* src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned

char, so that negative chars don't collide with $.
This commit is contained in:
Paul Eggert
2002-07-01 08:37:14 +00:00
parent e68d4575b3
commit 26e0cadc37

View File

@@ -1,3 +1,8 @@
2002-07-01 Paul Eggert <eggert@twinsun.com>
* src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
char, so that negative chars don't collide with $.
2002-06-30 Akim Demaille <akim@epita.fr>
Have the GLR tests be `warning' checked, and fix the warnings.