summaryrefslogtreecommitdiff
path: root/contrib/seg/segparse.y
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-22 20:08:51 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-22 20:08:51 +0000
commitfce573ae16b677479d94e6779ab194f0f5783c5c (patch)
tree510ff6153063bf0cf0f376dbc71ea2337211362d /contrib/seg/segparse.y
parent0b620e33db4940118ee8d61efe080b43a8089dd0 (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.y1
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"