pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-30
2000-07-30 05:34:54 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
23c675ac807086b06c49294b6ea3f384e16d3592 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed a pesky little bug, testsuite should now run cleanly (peppar peppar)
Rev: src/program.c:1.253
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
252
2000/07/
28
17
:
16
:
55
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
253
2000/07/
30
05
:
34
:
54
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2525:
{ if(func) funp->func = *func;
+
#if 0 /* prototypes does not override non-prototypes, ok? */
else funp->func.offset = -1;
-
+
#endif
funp->identifier_flags=function_flags;