summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
diff options
context:
space:
mode:
authorAdrian Negreanu <adrian.m.negreanu@intel.com>2015-05-05 15:50:02 (GMT)
committerAdrian Negreanu <adrian.m.negreanu@intel.com>2015-05-15 16:34:41 (GMT)
commit1dd0cf03f5bf173fa4ac3bb8279d12fff1b98eb7 (patch)
tree36e6bd260d45aa8e81c796c6a723d28ac0f11d02 /src/fortrancode.l
parent45ebb6ff4846255ad7209e3bec7cd4fe0544ffd5 (diff)
downloadDoxygen-1dd0cf03f5bf173fa4ac3bb8279d12fff1b98eb7.zip
Doxygen-1dd0cf03f5bf173fa4ac3bb8279d12fff1b98eb7.tar.gz
Doxygen-1dd0cf03f5bf173fa4ac3bb8279d12fff1b98eb7.tar.bz2
drop #include <unistd.h>
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Diffstat (limited to 'src/fortrancode.l')
-rw-r--r--src/fortrancode.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index bf50835..af1a82e 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -23,7 +23,7 @@
- links to interface functions
- references to variables
**/
-
+%option never-interactive
%{
/*
@@ -56,9 +56,9 @@
//#define DBG_CTX(x) fprintf x
#define DBG_CTX(x) do { } while(0)
-#define YY_NEVER_INTERACTIVE 1
#define YY_NO_TOP_STATE 1
#define YY_NO_INPUT 1
+#define YY_NO_UNISTD_H 1
/*
* For fixed formatted code position 6 is of importance (continuation character).