summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-12-06 23:28:02 +0000
committerDave Beckett <dave@dajobe.org>2003-12-06 23:28:02 +0000
commit2d8ebabd4c1318c3be729b2ae1600dbd45a43e48 (patch)
treebd14f4d8d693801552de60cd7aed0ee09a8c22bf /utils
parent1d19c4d7a4394e4ed016f255ecaa46b06705d90a (diff)
downloadraptor-2d8ebabd4c1318c3be729b2ae1600dbd45a43e48.tar.gz
Narrower yyerrlabl fix since bison 1.875a no longer requires it
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 4087a108..b1029fef 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -130,7 +130,7 @@ n3_lexer.c: $(srcdir)/n3_lexer.l n3_parser.tab.c
n3_parser.tab.c: $(srcdir)/n3_parser.y
$(YACC) -b n3_parser -p n3_parser_ -d -v $(srcdir)/n3_parser.y
mv $@ n3_parser.t
- sed -e '/^yyerrlab1:/,/^\#endif/d' n3_parser.t > $@
+ sed -e '/Suppress GCC warning that yyerrlab1/,/^\#endif/d' n3_parser.t > $@
rm -f n3_parser.t