aboutsummaryrefslogtreecommitdiff
path: root/pan
diff options
context:
space:
mode:
Diffstat (limited to 'pan')
-rw-r--r--pan/scan.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/pan/scan.l b/pan/scan.l
index d3e9b289b..969653156 100644
--- a/pan/scan.l
+++ b/pan/scan.l
@@ -87,6 +87,11 @@ static int check_mode(int, int, ...);
*/
%}
+%option noc++
+%option noinput
+%option nolex-compat
+%option nounput
+
UI [0-9]+
A [a-zA-Z]+
W [a-zA-Z0-9_-]+