* src/scan-gram.l: Use more accurate diagnostics, e.g.

"integer out of range" rather than "invalid value".
* tests/input.at (Invalid $n, Invalid @n): Change expected wording
accordingly.
This commit is contained in:
Paul Eggert
2002-11-06 07:04:24 +00:00
parent 9906579faa
commit e183b12388

View File

@@ -1,10 +1,15 @@
2002-11-04 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU> 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
* src/tables.c (matching_state): Don't allow states to match if * src/tables.c (matching_state): Don't allow states to match if
either has GLR conflict entries. either has GLR conflict entries.
2002-11-05 Paul Eggert <eggert@twinsun.com> 2002-11-05 Paul Eggert <eggert@twinsun.com>
* src/scan-gram.l: Use more accurate diagnostics, e.g.
"integer out of range" rather than "invalid value".
* tests/input.at (Invalid $n, Invalid @n): Change expected wording
accordingly.
Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires. Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
Also, remove one static variable in the scanner. Also, remove one static variable in the scanner.