[Top][All Lists]
[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: |
Sun, 25 Aug 2002 13:15:26 -0400 |
Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.6 emacs/src/s/darwin.h:1.7
*** emacs/src/s/darwin.h:1.6 Sun Aug 25 12:44:51 2002
--- emacs/src/s/darwin.h Sun Aug 25 13:15:26 2002
***************
*** 312,317 ****
/* Reroute calls to SELECT to the version defined in mac.c to fix the
problem of Emacs requiring an extra return to be typed to start
working when started from the command line. */
! #if defined (emacs) || defined (temacs)
#define select sys_select
#endif
--- 312,317 ----
/* Reroute calls to SELECT to the version defined in mac.c to fix the
problem of Emacs requiring an extra return to be typed to start
working when started from the command line. */
! #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs))
#define select sys_select
#endif