]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/scan-gram.l (code_start): Always initialize it when entering
[bison.git] / ChangeLog
index 6dac70aa501f25024c2815f98e063f1b69dbd714..d0503137509153d6e906f9d5948b717790275ea6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-01  Akim Demaille  <akim@epita.fr>
+
+       * src/scan-gram.l (code_start): Always initialize it when entering
+       into yylex, as SC_EPILOGUE is activated *before* the corresponding
+       yylex invocation.  An alternative would be making it static, but
+       then it starts with the second %%'s beginning, instead of its end.
+
 2003-02-28  Paul Eggert  <eggert@twinsun.com>
 
        * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work