Branch: Tag:

1999-10-09

1999-10-09 23:29:02 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some fixes for auto_bignum stuff

Rev: lib/master.pike.in:1.59
Rev: src/bignum.c:1.2
Rev: src/bignum.h:1.3
Rev: src/builtin_functions.c:1.184
Rev: src/language.yacc:1.125
Rev: src/main.c:1.77
Rev: src/operators.c:1.62
Rev: src/program.c:1.158

182:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.124 1999/09/19 22:59:11 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.125 1999/10/09 23:28:58 hubbe Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
1257:    int i;    struct program *p;    struct identifier *id; +  int tmp=compiler_pass;    i=isidentifier($3->u.sval.u.string);    if(i<0)    {
1280:    low_start_new_program(new_program, 0,0);    }    } +  compiler_pass=tmp;    }    num_parse_error=num_errors; /* Kluge to prevent gazillion error messages */    }