pike.git/
src/
error.c
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.
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: error.c,v 1.170 2010/09/27 17:06:17 grubba Exp $
+
||
$Id$
*/ #define NO_PIKE_SHORTHAND
859:
SEE_PRIVATE); if (i != -1) push_svalue (&PROG_FROM_INT (p, i)->
-
constants[ID_FROM_INT (p, i)->func.offset].sval);
+
constants[ID_FROM_INT (p, i)->func.
const_info.
offset].sval);
else { ref_push_program (p); SAFE_APPLY_MASTER ("describe_program", 1);