diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-22 20:08:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-22 20:08:51 +0000 |
commit | fce573ae16b677479d94e6779ab194f0f5783c5c (patch) | |
tree | 510ff6153063bf0cf0f376dbc71ea2337211362d /contrib/seg/segparse.y | |
parent | 0b620e33db4940118ee8d61efe080b43a8089dd0 (diff) |
I haven't seen any objections, so here is a patch. It removes "#define
YYERROR_VERBOSE" from contrib/cube and contrib/seg, and adjusts the expected
output accordingly. Hopefully this will consistently pass across multiple
bison versions.
Joe Conway
Diffstat (limited to 'contrib/seg/segparse.y')
-rw-r--r-- | contrib/seg/segparse.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index 3ffcbff4170..539c01b2539 100644 --- a/contrib/seg/segparse.y +++ b/contrib/seg/segparse.y @@ -1,5 +1,4 @@ %{ -#define YYERROR_VERBOSE #define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */ #include "postgres.h" |