From 13b5b214f53d1c3354a7ab910bd160c126df1331 Mon Sep 17 00:00:00 2001 From: Michael McConville Date: Fri, 11 Dec 2015 23:42:19 -0500 Subject: [PATCH] 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. --- src/flexdef.h | 12 ------------ 1 file changed, 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 -- 2.40.0