From: Paul Eggert Date: Thu, 7 Nov 2002 08:15:28 +0000 (+0000) Subject: * src/scan-gram.l (unexpected_end_of_file): New function. X-Git-Tag: BISON-1_875~326 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/58918640ad096b915e0d37c5ec386fc823b3ca27?hp=8e6ef483428d6a9d76eab2351b596dba1667b027 * src/scan-gram.l (unexpected_end_of_file): New function. Use it to systematize the error message on unexpected EOF. --- diff --git a/ChangeLog b/ChangeLog index 536a06cc..6cbcf677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-07 Paul Eggert + + * src/scan-gram.l (unexpected_end_of_file): New function. + Use it to systematize the error message on unexpected EOF. + 2002-11-06 Akim Demaille #line should have quoted strings.