Back-patch removal of extraneous semicolon, so that this will build
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 23:02:41 +0000 (23:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 23:02:41 +0000 (23:02 +0000)
with recent bisons (if anyone still cares).

contrib/seg/segparse.y

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