diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-20 10:02:34 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-20 10:02:34 +0100 |
commit | 6898e319118bed0e6e6ef3881947a7859fc17912 (patch) | |
tree | e3662dbb072bfec0fad0d188c368c3285fc14ec5 | |
parent | 3cbb70651be422f44f34664637e1a88aab732dd5 (diff) | |
download | rsyslog-6898e319118bed0e6e6ef3881947a7859fc17912.tar.gz rsyslog-6898e319118bed0e6e6ef3881947a7859fc17912.tar.bz2 rsyslog-6898e319118bed0e6e6ef3881947a7859fc17912.zip |
cleanup
-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); %} |