Branch: Tag:

2001-07-01

2001-07-01 22:29:41 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some warnings.

Rev: src/interpret.c:1.210
Rev: src/main.c:1.131
Rev: src/program.c:1.340
Rev: src/program.h:1.132
Rev: src/stralloc.c:1.128

16:   #include "bignum.h"   #include "interpret.h"   #include "block_alloc.h" + #include "operators.h"      #include <errno.h>   #include <float.h>
26:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.127 2001/06/29 16:49:30 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.128 2001/07/01 22:29:40 mast Exp $");      #if PIKE_RUN_UNLOCKED   /* Make this bigger when we get lightweight threads */