From c5a09067d8561742ba5ccf47568c0a9d506a389c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 22 Sep 2002 21:51:18 +0000 Subject: [PATCH] Remove extraneous | ... while bison 1.28 doesn't object, newer versions do. --- contrib/seg/segparse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index 539c01b253..1195198f58 100644 --- a/contrib/seg/segparse.y +++ b/contrib/seg/segparse.y @@ -92,7 +92,6 @@ range: ((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' ); ((SEG *)result)->u_ext = '-'; } - ; | RANGE boundary { ((SEG *)result)->lower = -HUGE;