From: Carl Worth Date: Wed, 19 May 2010 17:06:56 +0000 (-0700) Subject: Remove unneeded YYLEX_PARAM define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66df1c262a0c816b28b21457fc499fadfcc0dbee;p=mesa.git Remove unneeded YYLEX_PARAM define. I'm not sure where this came from, but it's clearly not needed. --- diff --git a/glcpp-parse.y b/glcpp-parse.y index 04bac00e9f9..bca22cec862 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);