From: Paul Eggert Date: Mon, 1 Jul 2002 08:37:14 +0000 (+0000) Subject: * src/scan-gram.l (): Convert to unsigned X-Git-Tag: BISON-1_49b~93 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/26e0cadc376f567e78e6980b4f29f129de68b67c * src/scan-gram.l (): Convert to unsigned char, so that negative chars don't collide with $. --- diff --git a/ChangeLog b/ChangeLog index 3d6548b2..a6395680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-01 Paul Eggert + + * src/scan-gram.l (): Convert to unsigned + char, so that negative chars don't collide with $. + 2002-06-30 Akim Demaille Have the GLR tests be `warning' checked, and fix the warnings.