Mercurial > emacs
changeset 107735:6a5be93fe0dd
Remove support for DJGPP v1.x (bug#5813).
CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 01 Apr 2010 18:29:04 +0300 |
parents | 32691d6c973c |
children | 1f5000fd5ff7 763c361da2e2 28a8c62b8ee7 |
files | admin/CPP-DEFINES admin/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/CPP-DEFINES Thu Apr 01 18:15:16 2010 +0300 +++ b/admin/CPP-DEFINES Thu Apr 01 18:29:04 2010 +0300 @@ -7,9 +7,7 @@ __CYGWIN__ Ditto MSDOS Compiling the MS-DOS port. __MSDOS__ Ditto. -__DJGPP__ Major version number of the DJGPP library for the DOS port. -__DJGPP_MINOR__ Minor version number of the DJGPP library. -__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete). +__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c. DOS_NT Compiling for either the MS-DOS or native MS-Windows port. WINDOWSNT Compiling the native MS-Windows (W32) port. __MINGW32__ Compiling the W32 port with the MinGW port of GCC.