aboutsummaryrefslogtreecommitdiff
path: root/src/rc-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-lex.l')
-rw-r--r--src/rc-lex.l8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/rc-lex.l b/src/rc-lex.l
index 308989b..f92d2d1 100644
--- a/src/rc-lex.l
+++ b/src/rc-lex.l
@@ -1,2 +1,2 @@
-%{
+%top{
/*
@@ -5,3 +5,3 @@
This file is part of GNU Anubis.
- Copyright (C) 2003-2014 The Anubis Team.
+ Copyright (C) 2003-2024 The Anubis Team.
@@ -31,3 +31,5 @@
#include "rc-gram.h"
+}
+%{
struct string_list
@@ -89,2 +91,4 @@ advance_line ()
+%option noinput
+
%x STR LIT ML

Return to:

Send suggestions and report system problems to the System administrator.