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:
@ -40,6 +40,7 @@
|
||||
%}
|
||||
|
||||
/* BISON Declarations */
|
||||
%expect 0
|
||||
%name-prefix="seg_yy"
|
||||
|
||||
%union {
|
||||
|
Reference in New Issue
Block a user