Branch: Tag:

2007-06-09

2007-06-09 18:02:14 by Martin Stjernholm <mast@lysator.liu.se>

Fixed decay that broke the configure tests using rusage.c and threads.c.
Also added configure tests to make it more certain that this kind of thing
doesn't go by unnoticed in the future.

Rev: src/configure.in:1.1016
Rev: src/pike_threadlib.h:1.61
Rev: src/rusage.c:1.45
Rev: src/svalue.h:1.146
Rev: src/threads.c:1.253

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: svalue.h,v 1.145 2007/05/02 17:43:32 grubba Exp $ + || $Id: svalue.h,v 1.146 2007/06/09 18:02:14 mast Exp $   */      #ifndef SVALUE_H   #define SVALUE_H      #include "global.h" -  + #include "dmalloc.h"      #ifndef STRUCT_ARRAY_DECLARED   #define STRUCT_ARRAY_DECLARED