* src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jul 2002 08:37:14 +0000 (08:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jul 2002 08:37:14 +0000 (08:37 +0000)
char, so that negative chars don't collide with $.

ChangeLog

index 3d6548b..a639568 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.