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:52:25 +03:00
parent bb31eb56ab
commit f64e406b80
3 changed files with 75 additions and 41 deletions
+9
View File
@@ -1,3 +1,12 @@
2009-09-12 Alex Rozenman <[email protected]>
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 <[email protected]>
Clean up yacc.c a little.