diff options
-rw-r--r-- | grammar/lexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grammar/lexer.l b/grammar/lexer.l index ce7c34c5..63eaa8ce 100644 --- a/grammar/lexer.l +++ b/grammar/lexer.l @@ -88,7 +88,6 @@ extern int yydebug; /* somehow, I need these prototype even though the headers are * included. I guess that's some autotools magic I don't understand... */ -//char *strdup(char*); int fileno(FILE *stream); %} |