Use 0 instead of INITIAL, as the chosen lex on my debian doesn't supply it.

This commit is contained in:
Eric Anholt 2006-09-01 15:38:37 -07:00 committed by Damien Lespiau
parent 09d8be4117
commit a6d95cc0ce

View File

@ -4,7 +4,7 @@
#include "gram.h" #include "gram.h"
#include "brw_defines.h" #include "brw_defines.h"
int saved_state = INITIAL; int saved_state = 0;
%} %}
%x BLOCK_COMMENT %x BLOCK_COMMENT