From 26e0cadc376f567e78e6980b4f29f129de68b67c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 Jul 2002 08:37:14 +0000 Subject: [PATCH] * src/scan-gram.l (): Convert to unsigned char, so that negative chars don't collide with $. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.2