pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-01-07
2005-01-07 13:28:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b39f94a7bbbb49bc6d199b67570a90d7d8d8c306 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
prototype lfuns now show again.
Rev: src/program.c:1.584
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.
583
2004
/
12
/
19
16
:
43
:
38
grubba Exp $
+
|| $Id: program.c,v 1.
584
2005
/
01
/
07
13
:
28
:
14
grubba Exp $
*/ #include "global.h"
5121:
SEE_STATIC); 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. */ return -1; }
-
+
#endif /* 0 */
return i; }