Branch: Tag:

2003-08-20

2003-08-20 11:55:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now knows about prototype constants.

Rev: src/builtin.cmod:1.140
Rev: src/object.c:1.246

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: builtin.cmod,v 1.139 2003/08/03 00:52:09 mast Exp $ + || $Id: builtin.cmod,v 1.140 2003/08/20 11:55:49 grubba Exp $   */      #include "global.h"
850:       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,    func))    REF_RETURN id->name;