swallow `deprecated directive' warning emitted by newer bisons

This commit is contained in:
rlar 2015-08-16 10:02:16 +02:00
parent 2e023a6be7
commit dffcbddbba
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
static void PPerror (YYLTYPE *locp, char **line, struct pnode **retval, char const *);
%}
%name-prefix="PP"
%name-prefix "PP"
%defines
%locations

View File

@ -28,7 +28,7 @@
static void PTerror (YYLTYPE *locp, char **line, struct INPparseNode **retval, void *ckt, char const *);
%}
%name-prefix="PT"
%name-prefix "PT"
%defines