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/gnu.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/s/gnu.h
Date: Sun, 05 May 2002 00:30:38 -0400

Index: emacs/src/s/gnu.h
diff -c emacs/src/s/gnu.h:1.14 emacs/src/s/gnu.h:1.15
*** emacs/src/s/gnu.h:1.14      Tue Apr 30 18:48:20 2002
--- emacs/src/s/gnu.h   Sun May  5 00:30:38 2002
***************
*** 60,65 ****
--- 60,70 ----
  #undef BSD_PGRPS
  #define GETPGRP_NO_ARG
  
+ /* Use mmap directly for allocating larger buffers.  */
+ #ifdef DOUG_LEA_MALLOC
+ #undef REL_ALLOC
+ #endif
+ 
  #define HAVE_WAIT_HEADER
  #define WAIT_USE_INT
  #define HAVE_UNION_WAIT



reply via email to

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