]> git.saurik.com Git - bison.git/commitdiff
* src/scan-gram.l (unexpected_end_of_file): New function.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Nov 2002 08:15:28 +0000 (08:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Nov 2002 08:15:28 +0000 (08:15 +0000)
Use it to systematize the error message on unexpected EOF.

ChangeLog

index 536a06cc95b652dfc45914b42f1b494c9716682e..6cbcf67797b13dd0bcb08d1d8cc7b28fa818ed79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-07  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <akim@epita.fr>
 
        #line should have quoted strings.