Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to wrap this in a #if __MOJOSHADER__.
  • Loading branch information
icculus committed Feb 8, 2010
1 parent 10fb439 commit 984ae5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/lemon.c
Expand Up @@ -274,7 +274,9 @@ struct lemon {
char *outname; /* Name of the current output file */
char *tokenprefix; /* A prefix added to token names in the .h file */
int nconflict; /* Number of parsing conflicts */
#if __MOJOSHADER__
int nexpected; /* Number of expected parsing conflicts */
#endif
int tablesize; /* Size of the parse tables */
int basisflag; /* Print only basis configurations */
int has_fallback; /* True if any %fallback is seen in the grammar */
Expand Down

0 comments on commit 984ae5a

Please sign in to comment.