]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Various anti-`extern in *.c' changes.
[bison.git] / ChangeLog
index 71813192c7db36c6989b8938340762c0eb670e69..b7a14eb7fd935fb9775a438d2d3e734719da6929 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2000-10-02  Akim Demaille  <akim@epita.fr>
+
+       Various anti-`extern in *.c' changes.
+
+       * src/system.h: Include `assert.h'.
+
+       
+2000-10-02  Akim Demaille  <akim@epita.fr>
+
+       * src/state.h (nstates, final_state, first_state, first_shift)
+       (first_reduction): Move their exportation from here...
+       * src/LR0.h: to here.
+       Adjust dependencies.
+       * src/getargs.c (statisticsflag): New variable.
+       Add support for `--statistics'.
+       Adjust dependencies.
+
+       Remove a lot of now useless `extern' statements in most files.
+
+       
 2000-10-02  Akim Demaille  <akim@epita.fr>
 
        * src/LR0.h: New file.