[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: |
Sat, 10 Aug 2002 20:26:24 -0400 |
Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.4 emacs/src/s/darwin.h:1.5
*** emacs/src/s/darwin.h:1.4 Wed Jul 31 23:33:20 2002
--- emacs/src/s/darwin.h Sat Aug 10 20:26:24 2002
***************
*** 308,310 ****
--- 308,317 ----
#define realloc unexec_realloc
#define free unexec_free
#endif
+
+ /* 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
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,
Andrew Choi <=