]> andersk Git - splint.git/blobdiff - src/Makefile.am
Relaxed grammar to allow null external declarations.
[splint.git] / src / Makefile.am
index 558ff8255fa8e1d9c93545a014d52fcd60218eaf..b5164d1bd434a0123f89d8aefb9a7cac6b83ec13 100644 (file)
@@ -299,7 +299,7 @@ Headers/cgrammar_tokens.h cgrammar.c: cgrammar.c.der cgrammar.y
          $(CP) cgrammar.c.der cgrammar.c; \
        else \
          echo '* Making cgrammar.c'; \
-         echo '* Expect 141 shift/reduce conflicts and 111 reduce/reduce conflicts.'; \
+         echo '* Expect 142 shift/reduce conflicts and 111 reduce/reduce conflicts.'; \
          echo '* (see cgrammar.y for explanation)'; \
          $(BISON) $(YFLAGS) cgrammar.y; \
          $(CAT) bison.head cgrammar.tab.c bison.reset >cgrammar.c; \
This page took 0.179074 seconds and 4 git commands to generate.