]> git.saurik.com Git - bison.git/commitdiff
* src/main.c (main): Don't call `done', exit does it.
authorAkim Demaille <akim@epita.fr>
Fri, 31 Mar 2000 14:37:10 +0000 (14:37 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 31 Mar 2000 14:37:10 +0000 (14:37 +0000)
ChangeLog
src/main.c
src/reduce.c

index f42aff00683c7b7aa8c9b47e6af2aaadd2a2492a..78a94bfd64ce518232fb33141e78ab05ebe28f0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-31  Akim Demaille  <akim@epita.fr>
+
+       * src/main.c (main): Don't call `done', exit does it.
+
 2000-03-31  Akim Demaille  <akim@epita.fr>
 
        * allocate.c: s/return (foo)/return foo/.
 2000-03-31  Akim Demaille  <akim@epita.fr>
 
        * allocate.c: s/return (foo)/return foo/.
index 850076b82e093bafad63ef527d6b9c91e8a346c6..2cf2a9363d4c1067f9008c10ac6f19f953310b4f 100644 (file)
@@ -104,7 +104,6 @@ main (int argc, char *argv[])
 
   /* output the tables and the parser to ftable.  In file output. */
   output();
 
   /* output the tables and the parser to ftable.  In file output. */
   output();
-  done ();
 
   exit (complain_message_count ? 1 : 0);
 }
 
   exit (complain_message_count ? 1 : 0);
 }
index 3259a912df6677db41d4672da80ba00e39aa9247..8bdabecc19e059baacdf1aff3686945c5dacac45 100644 (file)
@@ -142,12 +142,13 @@ reduce_grammar (void)
           tags[start_symbol]);
 
   reduce_grammar_tables();
           tags[start_symbol]);
 
   reduce_grammar_tables();
-  /* if (verboseflag) {
-     fprintf(foutput, "REDUCED GRAMMAR\n\n");
-     dump_grammar();
-     }
-     */
-
+  /*
+  if (verboseflag)
+    {
+      fprintf(foutput, "REDUCED GRAMMAR\n\n");
+      dump_grammar();
+    }
+  */
   /**/ statisticsflag = FALSE; /* someday getopts should handle this */
   if (statisticsflag == TRUE)
     fprintf(stderr,
   /**/ statisticsflag = FALSE; /* someday getopts should handle this */
   if (statisticsflag == TRUE)
     fprintf(stderr,