sql.y: remove 'full' from api.pure, for compat w/ older bison

This commit is contained in:
Jeff Garzik
2016-07-29 16:46:49 -04:00
parent 40ad74b2ba
commit e1a7f3ee7a

2
sql.y
View File

@ -21,7 +21,7 @@
#include <string.h>
%}
%define api.pure full
%define api.pure
%locations
%parse-param { yyscan_t scanner }
%parse-param { struct psql_state *pstate }