1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

This commit was generated by cvs2svn to compensate for changes in r129694,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Nate Lawson 2004-05-25 03:06:37 +00:00
commit a86c577a6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129695

View File

@ -2252,7 +2252,7 @@ QWordConstExpr
ConstExprTerm
: PARSEOP_ZERO {$$ = TrCreateValuedLeafNode (PARSEOP_ZERO, 0);}
| PARSEOP_ONE {$$ = TrCreateValuedLeafNode (PARSEOP_ONE, 1);}
| PARSEOP_ONES {$$ = TrCreateValuedLeafNode (PARSEOP_ONES, 0xFFFFFFFFFFFFFFFF);}
| PARSEOP_ONES {$$ = TrCreateValuedLeafNode (PARSEOP_ONES, 0xFFFFFFFFFFFFFFFFull);}
;
/* OptionalCount must appear before ByteList or an incorrect reduction will result */