mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Fix %expect count.
This commit is contained in:
parent
9a9f9d5437
commit
1a3ba8474a
@ -41,7 +41,7 @@
|
||||
#define YYPARSE_PARAM arg
|
||||
%}
|
||||
%pure_parser
|
||||
%expect 10
|
||||
%expect 7
|
||||
|
||||
%union {
|
||||
unsigned long int num;
|
||||
|
Loading…
x
Reference in New Issue
Block a user