pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2010-11-25
2010-11-25 20:33:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
89378b036adc587ededd806738b540da278a56d1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Preparations for changing the identifier information for constants.
2792:
if(IDENTIFIER_IS_CONSTANT(id->identifier_flags)) { struct svalue *s;
-
if ((id->func.offset >= 0) &&
+
if ((id->func.
const_info.
offset >= 0) &&
((s = &PROG_FROM_INT(Pike_compiler->new_program,i)->
-
constants[id->func.offset].sval)->type == T_PROGRAM))
+
constants[id->func.
const_info.
offset].sval)->type == T_PROGRAM))
{ low_start_new_program(s->u.program, 2, $3->u.sval.u.string,