Branch: Tag:

1998-03-03

1998-03-03 14:28:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed prototype.
Fixed warning.

Rev: src/builtin_functions.c:1.62

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.61 1998/03/03 11:24:28 hubbe Exp $"); + RCSID("$Id: builtin_functions.c,v 1.62 1998/03/03 14:28:47 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
673: Inside #if defined(DEBUG_MALLOC)
     #ifdef DEBUG_MALLOC    { -  extern cleanup_memhdrs(void); +  extern void cleanup_memhdrs(void);    cleanup_memhdrs();    }   #endif
1810:       stack[pos]=dml;    } -  else if (stack[pos]->x!=x) +  else if (stack[pos]->x!=x) {    if (pos &&    stack[pos]->refs==1 &&    stack[pos-1]==stack[pos]->prev)
1841:    }    }    } +  }       /* FIXME(?) memory unfreed upon error here */    a=low_allocate_array(top,0);