diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-22 21:51:18 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-22 21:51:18 +0000 |
commit | c5a09067d8561742ba5ccf47568c0a9d506a389c (patch) | |
tree | 6026dd6ed21a4b8aac258a1a7eeedf5690ccfe41 | |
parent | 0582874506f4ef300a07cb238e5ab3f9a7393368 (diff) | |
download | postgresql-c5a09067d8561742ba5ccf47568c0a9d506a389c.tar.gz postgresql-c5a09067d8561742ba5ccf47568c0a9d506a389c.zip |
Remove extraneous | ... while bison 1.28 doesn't object, newer versions
do.
-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 539c01b2539..1195198f58a 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; |