summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael McConville <mmcco@mykolab.com>2015-12-11 23:42:19 -0500
committerWill Estes <westes575@gmail.com>2015-12-12 14:19:37 -0500
commit13b5b214f53d1c3354a7ab910bd160c126df1331 (patch)
tree7aa8a5c6624f3c33e9f5d4445be2e2f6cb03345f /src/flexdef.h
parentc34590c4bf067d4e749e5298a8ce9f90072d6332 (diff)
Removed MS-DOS, VMS macros.
Given the age of the MS-DOS and VMS platforms, it's likely that no one is building flex on them any more. Additionally, the preferred approach is to test for particular platform features rather than to test for particular platforms.
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 3aa63df..ee75efc 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -111,18 +111,6 @@
#endif
#endif
-#ifdef VMS
-#ifndef __VMS_POSIX
-#define unlink remove
-#define SHORT_FILE_NAMES
-#endif
-#endif
-
-#ifdef MS_DOS
-#define SHORT_FILE_NAMES
-#endif
-
-
/* Maximum line length we'll have to deal with. */
#define MAXLINE 2048