mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
glcpp: Complain about unrecognized directives.
This commit is contained in:
parent
3b73ea36c4
commit
739ba06680
1 changed files with 3 additions and 1 deletions
|
|
@ -360,7 +360,9 @@ text_line:
|
|||
;
|
||||
|
||||
non_directive:
|
||||
pp_tokens NEWLINE
|
||||
pp_tokens NEWLINE {
|
||||
yyerror (parser, "Invalid tokens after #");
|
||||
}
|
||||
;
|
||||
|
||||
replacement_list:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue