diff options
| author | Paul Eggert | 2017-11-02 21:54:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-11-02 21:56:01 -0700 |
| commit | 5b4ff53ab4579532b1b9eba233c135fee274d674 (patch) | |
| tree | 0217d798f3648a8d3e118ab3946533cf87d522f3 /admin/CPP-DEFINES | |
| parent | e9fb9691ac3b2a1f60ba84a3350a3e65a853bbc0 (diff) | |
| download | emacs-5b4ff53ab4579532b1b9eba233c135fee274d674.tar.gz emacs-5b4ff53ab4579532b1b9eba233c135fee274d674.zip | |
Simplify by assuming !_MSC_VER.
Emacs has not been portable to MSVC for some time (Bug#29040#57).
* admin/CPP-DEFINES (_MSC_VER): Remove.
* src/lisp.h (ENUM_BF, DEFUN):
* src/regex.c (re_char):
Simplify by assuming _MSC_VER is not defined.
* src/regex.c (const_re_char): Remove.
All uses replaced by re_char.
Diffstat (limited to 'admin/CPP-DEFINES')
| -rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 10b558d1ada..eb3eadf2da8 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -19,7 +19,6 @@ __DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c | |||
| 19 | DOS_NT Compiling for either the MS-DOS or native MS-Windows port. | 19 | DOS_NT Compiling for either the MS-DOS or native MS-Windows port. |
| 20 | WINDOWSNT Compiling the native MS-Windows (W32) port. | 20 | WINDOWSNT Compiling the native MS-Windows (W32) port. |
| 21 | __MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC. | 21 | __MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC. |
| 22 | _MSC_VER Compiling the W32 port with the Microsoft C compiler. | ||
| 23 | MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. | 22 | MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. |
| 24 | DARWIN_OS Compiling on macOS or pure Darwin (and using s/darwin.h). | 23 | DARWIN_OS Compiling on macOS or pure Darwin (and using s/darwin.h). |
| 25 | SOLARIS2 | 24 | SOLARIS2 |