/[emacs]/emacs/src/mem-limits.h
ViewVC logotype

Diff of /emacs/src/mem-limits.h

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

revision 1.28 by fx, Wed Mar 8 18:49:46 2000 UTC revision 1.29 by rms, Tue Dec 11 22:18:16 2001 UTC
# Line 118  get_lim_data () Line 118  get_lim_data ()
118    lim_data = -1;    lim_data = -1;
119    
120    /* Use the ulimit call, if we seem to have it.  */    /* Use the ulimit call, if we seem to have it.  */
121  #if !defined (ULIMIT_BREAK_VALUE) || defined (LINUX)  #if !defined (ULIMIT_BREAK_VALUE) || defined (GNU_LINUX)
122    lim_data = ulimit (3, 0);    lim_data = ulimit (3, 0);
123  #endif  #endif
124    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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