pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-30
2003-12-30 09:56:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a70c9cdaac075ab1a0a834ea329440ce2cb54a2c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/program.c:1.543
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: program.c,v 1.
542
2003/12/30 09:
24
:
26
grubba Exp $
+
|| $Id: program.c,v 1.
543
2003/12/30 09:
56
:
28
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
542
2003/12/30 09:
24
:
26
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
543
2003/12/30 09:
56
:
28
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
5016:
p), SEE_STATIC); if (i < 0) return i;
-
id =
IDENTIFIER
_FROM_INT(p, i);
+
id =
ID
_FROM_INT(p, i);
if (!IDENTIFIER_IS_FUNCTION(id->identifier_flags) || (IDENTIFIER_IS_PIKE_FUNCTION(id->identifier_flags) && id->func.offset == -1)) {