Back-patch removal of extraneous semicolon, so that this will build

with recent bisons (if anyone still cares).
REL7_2_STABLE
Tom Lane 21 years ago
parent 6452043ec8
commit 643bb8125c
  1. 1
      contrib/seg/segparse.y

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

Loading…
Cancel
Save