summaryrefslogtreecommitdiff
path: root/contrib/seg/segparse.y
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/segparse.y')
-rw-r--r--contrib/seg/segparse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y
index 3c2d6c28c0..2879ca2cc6 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;