Remove extraneous | ... while bison 1.28 doesn't object, newer versions
do.
This commit is contained in:
parent
0582874506
commit
c5a09067d8
@ -92,7 +92,6 @@ range:
|
|||||||
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
|
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
|
||||||
((SEG *)result)->u_ext = '-';
|
((SEG *)result)->u_ext = '-';
|
||||||
}
|
}
|
||||||
;
|
|
||||||
|
|
|
|
||||||
RANGE boundary {
|
RANGE boundary {
|
||||||
((SEG *)result)->lower = -HUGE;
|
((SEG *)result)->lower = -HUGE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user