Remove unneeded YYLEX_PARAM define.
I'm not sure where this came from, but it's clearly not needed.
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
|
||||
#include "glcpp.h"
|
||||
|
||||
#define YYLEX_PARAM parser->scanner
|
||||
|
||||
void
|
||||
yyerror (void *scanner, const char *error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user