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,9 +1,9 @@
1%{ 1%top{
2/* 2/*
3 rcfile.l 3 rcfile.l
4 4
5 This file is part of GNU Anubis. 5 This file is part of GNU Anubis.
6 Copyright (C) 2003-2014 The Anubis Team. 6 Copyright (C) 2003-2024 The Anubis Team.
7 7
8 GNU Anubis is free software; you can redistribute it and/or modify it 8 GNU Anubis is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
@@ -29,7 +29,9 @@
29#include "extern.h" 29#include "extern.h"
30#include "rcfile.h" 30#include "rcfile.h"
31#include "rc-gram.h" 31#include "rc-gram.h"
32}
32 33
34%{
33struct string_list 35struct string_list
34{ 36{
35 struct string_list *next; 37 struct string_list *next;
@@ -87,6 +89,8 @@ advance_line ()
87 89
88%} 90%}
89 91
92%option noinput
93
90%x STR LIT ML 94%x STR LIT ML
91 95
92WS [ \t][ \t]* 96WS [ \t][ \t]*

Return to:

Send suggestions and report system problems to the System administrator.