]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
[bison.git] / ChangeLog
index a0cea743d5ee9101e65429f4f2f75a2dbd64fe84..ceb358deca97cb7f757a14772231744c780012c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2000-03-16  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1 [!YYDEBUG]: Define yydebug to 0.  This allows to
+       remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
+       One `#if YYDEBUG' remains, since it uses variables which are
+       defined only if `YYDEBUG != 0'.
+
+2000-03-16  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
+       and related variables so that the similarities are highlighted.
+
+2000-03-16  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1: Properly indent CPP directives.
+
+2000-03-16  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1: Properly indent the `alloca' CPP section.
+
 2000-03-16  Akim Demaille  <akim@epita.fr>
 
        Do not hard code values of directories in `configure.in'.