emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Sun, 18 Sep 2005 01:42:49 -0400

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.270 emacs/src/sysdep.c:1.271
*** emacs/src/sysdep.c:1.270    Sat Sep 10 14:31:12 2005
--- emacs/src/sysdep.c  Sun Sep 18 05:42:49 2005
***************
*** 49,58 ****
  #include "blockinput.h"
  
  #ifdef MAC_OS8
! /* It is essential to include stdlib.h so that this file picks up
!    the correct definitions of rand, srand, and RAND_MAX.
!    Otherwise random numbers will not work correctly.  */
! #include <stdlib.h>
  
  #ifndef subprocesses
  /* Nonzero means delete a process right away if it exits (process.c).  */
--- 49,55 ----
  #include "blockinput.h"
  
  #ifdef MAC_OS8
! #include <sys/param.h>
  
  #ifndef subprocesses
  /* Nonzero means delete a process right away if it exits (process.c).  */




reply via email to

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