]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/bison.s1 (YYLEX): Use #if instead of #ifdef.
[bison.git] / ChangeLog
index 4140230195c15fa1f964c90bf79c3bce8e140d51..744d79a8c1dc16bf9d197b4a6d2d841a3c19dd2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2000-11-07  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
+       Merge in a single CPP if/else.
+
+2000-11-07  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (output): Remove useless variables.
+       * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
+       argument `data' for consistency with the prototypes.
+       Qualify it `const'.
+       (obstack_copy, obstack_copy0): Rename the second argument as
+       `address' for consistency.  Qualify it `const'.
+       * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
+       (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
+       `const' their input argument (`data' or `address').
+       Adjust the corresponding macros to include `const' in casts.
+
 2000-11-03  Akim Demaille  <akim@epita.fr>
 
        * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
@@ -6,7 +24,7 @@
 
 2000-11-03  Akim Demaille  <akim@epita.fr>
 
-       For some reasons, this has not been applied.
+       For some reason, this was not applied.
 
        * src/files.c [VMS]: No longer include `ssdef.h', no longer define
        `unlink': it's no longer used.