diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-19 10:06:56 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-19 10:06:56 -0700 |
commit | 66df1c262a0c816b28b21457fc499fadfcc0dbee (patch) | |
tree | 137ee7b37df1c00a14f35e80dbc61d9479c64c40 | |
parent | 0293b2e2dd81fabd3ecb71e036a99621801e1c94 (diff) |
Remove unneeded YYLEX_PARAM define.
I'm not sure where this came from, but it's clearly not needed.
-rw-r--r-- | glcpp-parse.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y index 04bac00e9f..bca22cec86 100644 --- a/glcpp-parse.y +++ b/glcpp-parse.y @@ -28,8 +28,6 @@ #include "glcpp.h" -#define YYLEX_PARAM parser->scanner - void yyerror (void *scanner, const char *error); |