Fix missing yyerror arg.

Fixes #1
This commit is contained in:
Jeff Garzik
2018-02-16 23:53:30 -05:00
parent a6595bbf20
commit dd40182dce
6 changed files with 21 additions and 10 deletions

View File

@ -12,7 +12,12 @@ pkgconfig_DATA = libsqlpars.pc
# noinst_PROGRAMS = $(TESTS)
EXTRA_DIST = sql.y sql.l \
test-ok.sh test-fail.sh \
fail1.sql ok1.sql
fail1.sql \
xfail2.sql \
fail3.sql \
fail4.sql \
ok1.sql \
ok2.sql
sql_SOURCES = exec.c sql-parser.h
nodist_sql_SOURCES = sql.c sql.tab.c sql.tab.h sql.lex.h