Branch: Tag:

2001-03-23

2001-03-23 03:14:41 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

experimental code for SMP, does nothing exciting yet

Rev: src/acconfig.h:1.83
Rev: src/array.h:1.32
Rev: src/configure.in:1.508
Rev: src/global.h:1.59
Rev: src/mapping.h:1.35
Rev: src/multiset.h:1.17
Rev: src/object.h:1.60
Rev: src/pike_cpulib.h:1.1
Rev: src/program.h:1.121
Rev: src/stralloc.h:1.60
Rev: src/svalue.h:1.82

5:   \*/      /* -  * $Id: global.h,v 1.58 2001/03/04 15:27:53 mirar Exp $ +  * $Id: global.h,v 1.59 2001/03/23 03:14:40 hubbe Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
377:      #include "port.h"   #include "dmalloc.h" + #include "pike_cpulib.h"    -  +    #ifdef BUFSIZ   #define PROT_STDIO(x) PROT(x)   #else