1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add %expect 0 to all parser input files to prevent conflicts slipping by.

This commit is contained in:
Peter Eisentraut
2008-11-26 08:45:12 +00:00
parent 1b26b07379
commit a53536d031
6 changed files with 11 additions and 5 deletions

View File

@ -40,6 +40,7 @@
%}
/* BISON Declarations */
%expect 0
%name-prefix="seg_yy"
%union {