pike.git/
src/
builtin.cmod
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.
1191:
id = ID_FROM_INT(p, e); if (IDENTIFIER_IS_CONSTANT(id->identifier_flags) &&
-
(id->func.offset >= 0) &&
-
is_eq( & PROG_FROM_INT(p, e)->constants[id->func.offset].sval,
+
(id->func.
const_info.
offset >= 0) &&
+
is_eq( & PROG_FROM_INT(p, e)->constants[id->func.
const_info.
offset].sval,
func)) REF_RETURN id->name; }