diff options
| author | horus_arch | 2015-06-15 17:07:32 +0200 |
|---|---|---|
| committer | horus_arch | 2015-06-15 17:07:32 +0200 |
| commit | e205935a4fd7ae56a352d5dd8d1b69f143afb09c (patch) | |
| tree | d0bd3a4d6eb9c26f1a4df2dd74c7def5c0090407 /urlscanner.l | |
| parent | ffdfbb70cf2af25482b56f08e8cad53104d91e61 (diff) | |
| download | uhttpd-e205935a4fd7ae56a352d5dd8d1b69f143afb09c.tar.gz | |
Fix flex warnings and removes unnecessary include.
Diffstat (limited to 'urlscanner.l')
| -rw-r--r-- | urlscanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urlscanner.l b/urlscanner.l index 5f9acb6..79768b2 100644 --- a/urlscanner.l +++ b/urlscanner.l @@ -1,12 +1,12 @@ %option noyywrap %option yylineno %option nounput -%option nodefault %{ #include "urlscanner.h" #include "string.h" yystype yylval; +#define YY_NO_INPUT %} %x ATAG_HREF |
