emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/darwin.h


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h
Date: Wed, 31 Jul 2002 23:33:21 -0400

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.3 emacs/src/s/darwin.h:1.4
*** emacs/src/s/darwin.h:1.3    Mon Jul  1 19:30:21 2002
--- emacs/src/s/darwin.h        Wed Jul 31 23:33:20 2002
***************
*** 40,47 ****
--- 40,49 ----
  /* MAC_OS is used to conditionally compile code common to both MAC_OS8
     and MAC_OSX.  */
  #ifdef MAC_OSX
+ #ifdef HAVE_CARBON
  #define MAC_OS
  #endif
+ #endif
  
  /* SYSTEM_TYPE should indicate the kind of system you are using.
   It sets the Lisp variable system-type.  */
***************
*** 222,228 ****
--- 224,232 ----
  #define HAVE_SOCKETS
  
  /* Extra initialization calls in main for Mac OS X system type.  */
+ #ifdef HAVE_CARBON
  #define SYMS_SYSTEM syms_of_mac()
+ #endif
  
  /* Definitions for how to dump.  Copied from nextstep.h.  */
  
***************
*** 271,277 ****
--- 275,283 ----
  
  /* Tell src/Makefile.in to create files in the Mac OS X application
     bundle mac/Emacs.app.  */
+ #ifdef HAVE_CARBON
  #define OTHER_FILES macosx-app
+ #endif
  
  
  /* Define the following so emacs symbols will not conflict with those



reply via email to

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