Provide an additional sub-message for clarity.

Add "symbol not found in production" error message when
an "invalid reference" is detected in named references
resolution.

	* src/scan-code.l: Update "invalid reference" case.
	* tests/named-ref.at: Adjust test-cases.
This commit is contained in:
Alex Rozenman
2009-09-12 11:48:56 +03:00
parent 93d0103dd4
commit 4c56b1319d
3 changed files with 75 additions and 41 deletions

View File

@@ -1,3 +1,12 @@
2009-09-12 Alex Rozenman <rozenman@gmail.com>
Provide an additional sub-message for clarity.
Add "symbol not found in production" error message when
an "invalid reference" is detected in named references
resolution.
* src/scan-code.l: Update "invalid reference" case.
* tests/named-ref.at: Adjust test-cases.
2009-09-10 Joel E. Denny <jdenny@clemson.edu>
Clean up yacc.c a little.