Branch: Tag:

2010-11-25

2010-11-25 20:33:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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;    }