2000-08-06
2000-08-06 06:16:30 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
0e7aa11af06cb9f7d79edaa54bc7935d5df57d9a
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
bugfix
Rev: src/main.c:1.95
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: main.c,v 1.94 2000/07/28 17:16:55 hubbe Exp $");
+ RCSID("$Id: main.c,v 1.95 2000/08/06 06:16:30 hubbe Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
447: Inside #if defined(HAVE_GETRLIMIT) && defined(RLIMIT_STACK), #if defined(HAVE_PTHREAD_INITIAL_THREAD_BOS) and #if defined(HAVE_DLOPEN) && defined(HAVE_DLFCN_H)
dlclose(handle);
if(bos_location && *bos_location &&
- (*bos_location - stack_top) *STACK_DIRECTION < 0)
- stack_top=*bos_location;
+ (*bos_location - Pike_interpreter.stack_top) *STACK_DIRECTION < 0)
+ Pike_interpreter.stack_top=*bos_location;
}
}
#else