mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
Use 0 instead of INITIAL, as the chosen lex on my debian doesn't supply it.
This commit is contained in:
parent
09d8be4117
commit
a6d95cc0ce
@ -4,7 +4,7 @@
|
||||
#include "gram.h"
|
||||
#include "brw_defines.h"
|
||||
|
||||
int saved_state = INITIAL;
|
||||
int saved_state = 0;
|
||||
|
||||
%}
|
||||
%x BLOCK_COMMENT
|
||||
|
Loading…
x
Reference in New Issue
Block a user