Branch: Tag:

2000-06-24

2000-06-24 07:20:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

thread_state -> Pike_interpreter, preparation for centralizing a bunch
of global variables..

Rev: src/global.h:1.43
Rev: src/interpret.h:1.44
Rev: src/modules/HTTPLoop/cache.c:1.10
Rev: src/modules/Java/jvm.c:1.20
Rev: src/threads.c:1.131
Rev: src/threads.h:1.94

5:   \*/      /* -  * $Id: global.h,v 1.42 2000/01/10 00:52:11 hubbe Exp $ +  * $Id: global.h,v 1.43 2000/06/24 07:20:27 hubbe Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
285:   #define DO_PIKE_CLEANUP   #endif    + #ifdef PIKE_SECURITY + #define DO_IF_SECURITY(X) X + #else + #define DO_IF_SECURITY(X) + #endif +  +    #include "port.h"   #include "dmalloc.h"