summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-05-14 19:55:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-05-14 19:55:59 (GMT)
commit20bd371f722f95bdf9da2d5c27753af4d38e7b6f (patch)
treed211455e0cef95445694e7630c63dd0e90d3f3a5 /src/config.l
parentea4b32cb910635a50467b02f36b5521337451cf0 (diff)
downloadDoxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.zip
Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.gz
Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.bz2
Release-1.3-20030514
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.l b/src/config.l
index 7516965..b91119c 100644
--- a/src/config.l
+++ b/src/config.l
@@ -65,7 +65,6 @@ void config_warn(const char *fmt, ...)
#define MAX_INCLUDE_DEPTH 10
#define YY_NEVER_INTERACTIVE 1
-#define YY_NO_UNPUT
/* -----------------------------------------------------------------
*/
@@ -410,6 +409,7 @@ static void readIncludeFile(const char *incName)
%}
+%option nounput
%option noyywrap
%x Start
@@ -2713,6 +2713,6 @@ bool Config::parse(const char *fn)
return TRUE;
}
-//extern "C" { // some bogus code to keep the compiler happy
-// int configYYwrap() { return 1 ; }
-//}
+extern "C" { // some bogus code to keep the compiler happy
+ //int configYYwrap() { return 1 ; }
+}