pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-21
2008-01-21 22:43:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bbacc1a6614f27180616f3590cb34d77cfb2b3d6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Moved some redundant code to where it was actually used.
Rev: src/program.c:1.639
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.
638
2008/01/
13
19
:
53
:
49
grubba Exp $
+
|| $Id: program.c,v 1.
639
2008/01/
21
22
:
43
:
42
grubba Exp $
*/ #include "global.h"
5800:
dmalloc_touch(struct program *, p), SEE_STATIC);
+
#if 0
if (i < 0 || !(p->flags & PROGRAM_FIXED)) return i; id = ID_FROM_INT(p, i);
-
#if 0
+
if (IDENTIFIER_IS_PIKE_FUNCTION(id->identifier_flags) && (id->func.offset == -1)) { /* Function prototype. */