summaryrefslogtreecommitdiffstats
path: root/src/xmlcode.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-05-31 07:59:01 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-05-31 07:59:01 (GMT)
commit635d8cf30e702bdf83fe5c96452f8f863d57bdee (patch)
treec88a62cfee260b2ff42ba00ce360d638605adf16 /src/xmlcode.l
parent7bcf8e9a379ec0599160e5562f07b93f8fb9557a (diff)
downloadDoxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.zip
Doxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.tar.gz
Doxygen-635d8cf30e702bdf83fe5c96452f8f863d57bdee.tar.bz2
Further cmake changes
- made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
Diffstat (limited to 'src/xmlcode.l')
-rw-r--r--src/xmlcode.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlcode.l b/src/xmlcode.l
index 772f919..15b5d7e 100644
--- a/src/xmlcode.l
+++ b/src/xmlcode.l
@@ -17,6 +17,7 @@
* written by Weston Thayer
******************************************************************************/
+%option never-interactive
%{
#include <stdio.h>
@@ -35,6 +36,7 @@
#define YY_NEVER_INTERACTIVE 1
#define YY_NO_INPUT 1
+#define YY_NO_UNISTD_H 1
static CodeOutputInterface * g_code;
static QCString g_curClassName;