projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0293b2e
)
Remove unneeded YYLEX_PARAM define.
author
Carl Worth
<cworth@cworth.org>
Wed, 19 May 2010 17:06:56 +0000
(10:06 -0700)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/glcpp-parse.y
b/glcpp-parse.y
index 04bac00e9f9ff31004d8283d9a670cf916fdfb08..bca22cec86201dae2c4d49beecf7cb66db2f4aaa 100644
(file)
--- 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);