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

do.
REL7_3_STABLE
Tom Lane 23 years ago
parent 0582874506
commit c5a09067d8
  1. 1
      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;

Loading…
Cancel
Save