Commit c5a09067 authored by Tom Lane's avatar Tom Lane

Remove extraneous | ... while bison 1.28 doesn't object, newer versions

do.
parent 05828745
......@@ -92,7 +92,6 @@ range:
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
((SEG *)result)->u_ext = '-';
}
;
|
RANGE boundary {
((SEG *)result)->lower = -HUGE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment