# HG changeset patch # User Ryan C. Gordon # Date 1265598844 18000 # Node ID d0fcadcc93b448b54a0a4c2d65ee9478676a09c7 # Parent b7196cc07283bb2cf3e6e6fbcf41765bf0a188c2 Forgot to wrap this in a #if __MOJOSHADER__. diff -r b7196cc07283 -r d0fcadcc93b4 misc/lemon.c --- a/misc/lemon.c Wed Dec 30 14:59:16 2009 -0500 +++ b/misc/lemon.c Sun Feb 07 22:14:04 2010 -0500 @@ -274,7 +274,9 @@ 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 */