From 643bb8125c49341c300e1e8b10c0fbd369b9d160 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 24 Oct 2004 23:02:41 +0000 Subject: [PATCH] Back-patch removal of extraneous semicolon, so that this will build with recent bisons (if anyone still cares). --- contrib/seg/segparse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index 3c2d6c28c0b..2879ca2cc67 100644 --- a/contrib/seg/segparse.y +++ b/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; -- 2.39.5