Forgot to wrap this in a #if __MOJOSHADER__.
--- 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 */