Fix %expect count.

This commit is contained in:
Ulrich Drepper 2002-01-08 06:34:34 +00:00
parent 9a9f9d5437
commit 1a3ba8474a

View File

@ -41,7 +41,7 @@
#define YYPARSE_PARAM arg
%}
%pure_parser
%expect 10
%expect 7
%union {
unsigned long int num;