K 10 svn:author V 2 gj K 8 svn:date V 27 2004-07-21T21:56:24.000000Z K 7 svn:log V 353 Add patch-emacs.c to fix the following problem as quoted from the PR: The port patches src/mem-limits.h to declare the "lim_data" variable as rlim_t (a 64-bit type), but src/emacs.c still defines it as an integer. This makes the memory limit checking think that there are zero bytes available. PR: 69347 Submitted by: Andrew Heybey END