Branch: Tag:

1998-12-16

1998-12-16 07:50:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

XML parser improved

Rev: src/builtin_functions.c:1.141
Rev: src/builtin_functions.h:1.8
Rev: src/gc.c:1.40
Rev: src/gc.h:1.21
Rev: src/modules/spider/xml.c:1.2
Rev: src/opcodes.c:1.33

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.140 1998/11/22 11:02:35 hubbe Exp $"); + RCSID("$Id: builtin_functions.c,v 1.141 1998/12/16 07:49:32 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
70:   {    struct array *a;   #ifdef PIKE_DEBUG -  if(args < 0) fatal("Negative args to f_aggregate()\n"); +  if(args < 0) fatal("Negative args to f_aggregate() (%d)\n",args);   #endif       a=aggregate_array(args);