diff options
| author | Tom Lane | 2002-09-22 21:51:18 +0000 |
|---|---|---|
| committer | Tom Lane | 2002-09-22 21:51:18 +0000 |
| commit | c5a09067d8561742ba5ccf47568c0a9d506a389c (patch) | |
| tree | 6026dd6ed21a4b8aac258a1a7eeedf5690ccfe41 /contrib | |
| parent | 0582874506f4ef300a07cb238e5ab3f9a7393368 (diff) | |
Remove extraneous | ... while bison 1.28 doesn't object, newer versions
do.
Diffstat (limited to 'contrib')
| -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 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; |
