/[emacs]/emacs/src/s/darwin.h
ViewVC logotype

Diff of /emacs/src/s/darwin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by akochoi, Thu Aug 1 03:33:20 2002 UTC revision 1.5 by akochoi, Sun Aug 11 00:26:24 2002 UTC
# Line 308  struct kboard; Line 308  struct kboard;
308  #define realloc unexec_realloc  #define realloc unexec_realloc
309  #define free unexec_free  #define free unexec_free
310  #endif  #endif
311    
312    /* Reroute calls to SELECT to the version defined in mac.c to fix the
313       problem of Emacs requiring an extra return to be typed to start
314       working when started from the command line.  */
315    #if defined (emacs) || defined (temacs)
316    #define select sys_select
317    #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26