]> git.saurik.com Git - bison.git/blobdiff - src/tables.c
YYFAIL: warn about uses and remove from lalr1.java.
[bison.git] / src / tables.c
index 8704f1055fa678dc21be11816cb6c4b992bf3398..d1f7e7d96255279b23338515e01e95472fd3f90b 100644 (file)
@@ -30,7 +30,7 @@
 #include "getargs.h"
 #include "gram.h"
 #include "lalr.h"
-#include "muscle_tab.h"
+#include "muscle-tab.h"
 #include "reader.h"
 #include "symtab.h"
 #include "tables.h"
@@ -126,7 +126,7 @@ static int table_size = 32768;
 base_number *table;
 base_number *check;
 /* The value used in TABLE to denote explicit syntax errors
-   (%nonassoc), a negative infinite.  First defaults to ACTION_NUMBER_MININUM,
+   (%nonassoc), a negative infinite.  First defaults to ACTION_NUMBER_MINIMUM,
    but in order to keep small tables, renumbered as TABLE_ERROR, which
    is the smallest (non error) value minus 1.  */
 base_number table_ninf = 0;