]> code.delx.au - gnu-emacs/commit
Port to platforms where rlim_max < 0
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 May 2016 20:55:07 +0000 (13:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 May 2016 20:55:25 +0000 (13:55 -0700)
commit4e182dce20bd09e38a69bdf637a3bf2a8bbfdc58
tree1b07dda3054cbc3df51073747466ea613e78bbbb
parent9d356f62b3c24d9f2b2bc3831cf19e8351860a86
Port to platforms where rlim_max < 0

* src/emacs.c (main): Do not treat a negative rlim_max as a limit;
this can happen if a special value like RLIM_INFINITY is negative.
src/emacs.c