# HG changeset patch # User Eli Zaretskii # Date 1270135744 -10800 # Node ID 6a5be93fe0ddb06506868dc195d3c7eb839dc9d8 # Parent 32691d6c973ce8eab365fe14c349685c294d87bc Remove support for DJGPP v1.x (bug#5813). CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used. diff -r 32691d6c973c -r 6a5be93fe0dd admin/CPP-DEFINES --- 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. diff -r 32691d6c973c -r 6a5be93fe0dd admin/ChangeLog --- a/admin/ChangeLog Thu Apr 01 18:15:16 2010 +0300 +++ b/admin/ChangeLog Thu Apr 01 18:29:04 2010 +0300 @@ -1,3 +1,7 @@ +2010-04-01 Eli Zaretskii + + * CPP-DEFINES (__DJGPP__, __GO32__): Remove, o longer used. + 2010-03-10 Chong Yidong * Branch for 23.2.