mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add %expect 0 to all parser input files to prevent conflicts slipping by.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.header,v 1.2 2008/11/14 16:25:34 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.header,v 1.3 2008/11/26 08:45:12 petere Exp $ */
|
||||
|
||||
/* Copyright comment */
|
||||
%{
|
||||
@ -372,6 +372,7 @@ add_typedef(char *name, char * dimension, char * length, enum ECPGttype type_enu
|
||||
}
|
||||
%}
|
||||
|
||||
%expect 0
|
||||
%name-prefix="base_yy"
|
||||
%locations
|
||||
|
||||
|
Reference in New Issue
Block a user