Remove unneeded YYLEX_PARAM define.
authorCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:06:56 +0000 (10:06 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:06:56 +0000 (10:06 -0700)
I'm not sure where this came from, but it's clearly not needed.

glcpp-parse.y

index 04bac00e9f9ff31004d8283d9a670cf916fdfb08..bca22cec86201dae2c4d49beecf7cb66db2f4aaa 100644 (file)
@@ -28,8 +28,6 @@
 
 #include "glcpp.h"
 
-#define YYLEX_PARAM parser->scanner
-
 void
 yyerror (void *scanner, const char *error);