View | Details | Raw Unified | Return to bug 69347
Collapse All | Expand All

(-)src/emacs.c (-1 / +1 lines)
Lines 344-350 Link Here
344
#endif
344
#endif
345
345
346
/* Number of bytes of writable memory we can expect to be able to get */
346
/* Number of bytes of writable memory we can expect to be able to get */
347
unsigned int lim_data;
347
rlim_t lim_data;
348
348
349
/* WARNING!
349
/* WARNING!

Return to bug 69347