pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-20
2003-08-20 11:55:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d12fe406424ac83cde696ecfc915a8b1b861f2bf (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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;