Remove extraneous | ... while bison 1.28 doesn't object, newer versions

do.
This commit is contained in:
Tom Lane 2002-09-22 21:51:18 +00:00
parent 0582874506
commit c5a09067d8
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ range:
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
((SEG *)result)->u_ext = '-';
}
;
|
RANGE boundary {
((SEG *)result)->lower = -HUGE;