Branch: Tag:

2000-03-07

2000-03-07 08:13:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed local function declaration

Rev: src/language.yacc:1.167
Rev: src/las.c:1.168
Rev: src/program.c:1.209
Rev: src/program.h:1.81

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.208 2000/02/22 21:29:15 hubbe Exp $"); + RCSID("$Id: program.c,v 1.209 2000/03/07 08:13:18 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1071: Inside #if defined(PIKE_DEBUG)
   check_string(p->identifiers[e].name);    check_string(p->identifiers[e].type);    -  if(p->identifiers[e].identifier_flags & ~15) +  if(p->identifiers[e].identifier_flags & ~IDENTIFIER_MASK)    fatal("Unknown flags in identifier flag field.\n");       if(p->identifiers[e].run_time_type!=T_MIXED)