summaryrefslogtreecommitdiff
path: root/urlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'urlscanner.l')
-rw-r--r--urlscanner.l2
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