fix %top error
This commit is contained in:
@ -57,7 +57,7 @@ definition_section
|
||||
top
|
||||
: TOP CODE_BLOB {
|
||||
if (top) {
|
||||
puts("error: reee");
|
||||
yyerror("multiple %%top statements found, but only one is allowed");
|
||||
return 1;
|
||||
}
|
||||
top = $2;
|
||||
|
Reference in New Issue
Block a user