From dc90160079b692e862c6aee2709c4c7bea178aa3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 2 May 2011 12:29:09 +0000 Subject: Extern the global declaration of stack_limit. Fixes Savannah bug #32753 --- ChangeLog | 5 +++++ make.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 06f7fde..78b6b9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-02 Paul Smith + + * make.h: Make global variable stack_limit extern. + Fixes Savannah bug #32753. + 2011-05-01 Paul Smith * read.c (parse_file_seq): Don't try to invoke glob() unless there diff --git a/make.h b/make.h index ea44ee4..f5fece5 100644 --- a/make.h +++ b/make.h @@ -353,7 +353,7 @@ extern int unixy_shell; #endif #ifdef SET_STACK_SIZE # include -struct rlimit stack_limit; +extern struct rlimit stack_limit; #endif struct floc -- cgit v1.2.3