emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v
Date: Mon, 04 Aug 2008 14:39:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/08/04 14:39:27

Index: admin/CPP-DEFINES
===================================================================
RCS file: /sources/emacs/emacs/admin/CPP-DEFINES,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- admin/CPP-DEFINES   2 Aug 2008 18:55:55 -0000       1.34
+++ admin/CPP-DEFINES   4 Aug 2008 14:39:24 -0000       1.35
@@ -14,7 +14,7 @@
 WINDOWSNT      Compiling the native MS-Windows (W32) port.
 __MINGW32__    Compiling the W32 port with the MinGW port of GCC.
 _MSC_VER       Compiling the W32 port with the Microsoft C compiler.
-USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type 
instead of the default int.
+DARWIN_OS      Compiling on Mac OS X or pure Darwin (and using s/darwin.h).
 
 ** Distinguishing GUIs **
 
@@ -48,6 +48,7 @@
 REL_ALLOC      Compile in the relocatable memory allocator ralloc.c.
 SYSTEM_MALLOC  Use the system library's malloc.
 subprocesses    System can use subprocesses (for M-x shell for example).  
Defined by default, only MSDOS undefines it.
+USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type 
instead of the default int.
 
 ** Replace, the definition is trivial: SWITCH_ENUM_CAST
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]