diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | make.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2011-05-02 Paul Smith <psmith@gnu.org> + + * make.h: Make global variable stack_limit extern. + Fixes Savannah bug #32753. + 2011-05-01 Paul Smith <psmith@gnu.org> * read.c (parse_file_seq): Don't try to invoke glob() unless there @@ -353,7 +353,7 @@ extern int unixy_shell; #endif #ifdef SET_STACK_SIZE # include <sys/resource.h> -struct rlimit stack_limit; +extern struct rlimit stack_limit; #endif struct floc |