]> granicus.if.org Git - postgresql/commitdiff
Remove extraneous | ... while bison 1.28 doesn't object, newer versions
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Sep 2002 21:51:18 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Sep 2002 21:51:18 +0000 (21:51 +0000)
do.

contrib/seg/segparse.y

index 539c01b2539f4f71587dc0d77f5d9af7c50e5124..1195198f58a545f5c46aaae8290929c1c1728b95 100644 (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;