2000-03-07
2000-03-07 08:13:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
97f6280d28d6fceb9cfb8bf70839c685b8cff043
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
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)