aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-01 18:29:04 +0300
committerEli Zaretskii2010-04-01 18:29:04 +0300
commit796bb9364a5244a089769f4c92daab1835b618c7 (patch)
treee0232b6355dae8083b58446318217ac7c21d0174 /admin
parenta039ec6303f3a4c25f8854bf76e843b173f44e9f (diff)
downloademacs-796bb9364a5244a089769f4c92daab1835b618c7.tar.gz
emacs-796bb9364a5244a089769f4c92daab1835b618c7.zip
Remove support for DJGPP v1.x (bug#5813).
CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES4
-rw-r--r--admin/ChangeLog4
2 files changed, 5 insertions, 3 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index caf05a88ce5..3d942b375e5 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -7,9 +7,7 @@ CYGWIN Compiling the Cygwin port.
7__CYGWIN__ Ditto 7__CYGWIN__ Ditto
8MSDOS Compiling the MS-DOS port. 8MSDOS Compiling the MS-DOS port.
9__MSDOS__ Ditto. 9__MSDOS__ Ditto.
10__DJGPP__ Major version number of the DJGPP library for the DOS port. 10__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c.
11__DJGPP_MINOR__ Minor version number of the DJGPP library.
12__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete).
13DOS_NT Compiling for either the MS-DOS or native MS-Windows port. 11DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
14WINDOWSNT Compiling the native MS-Windows (W32) port. 12WINDOWSNT Compiling the native MS-Windows (W32) port.
15__MINGW32__ Compiling the W32 port with the MinGW port of GCC. 13__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 90ba61f7850..f39b26de7f3 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12010-04-01 Eli Zaretskii <eliz@gnu.org>
2
3 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, o longer used.
4
12010-03-10 Chong Yidong <cyd@stupidchicken.com> 52010-03-10 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Branch for 23.2. 7 * Branch for 23.2.