Files don't have to end with `end'.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4432 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -58,7 +58,7 @@ extern char *yytext;
|
|||||||
%%
|
%%
|
||||||
|
|
||||||
file : /* */
|
file : /* */
|
||||||
| header statements end
|
| header statements
|
||||||
;
|
;
|
||||||
|
|
||||||
header : id et
|
header : id et
|
||||||
@@ -123,8 +123,7 @@ statement : INDEX NUMBER
|
|||||||
APPEND(codes, ec);
|
APPEND(codes, ec);
|
||||||
number++;
|
number++;
|
||||||
}
|
}
|
||||||
;
|
| END
|
||||||
end : END
|
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user