pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-06
2000-04-06 09:05:54 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
7c429f682b61506e6ea1b7e8304a3b6c0ed5dc28 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/program.c:1.220
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
219
2000/
03
/
30
08
:
43
:
07
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
220
2000/
04
/
06
09
:
05
:
54
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2333:
} }
+
if(function_flags & IDENTIFIER_C_FUNCTION)
+
new_program->flags |= PROGRAM_HAS_C_METHODS;
+
i=isidentifier(name); if(i >= 0)
2462:
copy_shared_string(fun.type, type); fun.identifier_flags=function_flags;
-
if(function_flags & IDENTIFIER_C_FUNCTION)
-
new_program->flags |= PROGRAM_HAS_C_METHODS;
-
+
fun.run_time_type=T_FUNCTION; if(func)