pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-12
2001-12-12 22:51:32 by Martin Nilsson <mani@lysator.liu.se>
dc9ca60ed382a46b2cc11e22478d56ef599b0f6f (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Updated autodoc.
Rev: src/builtin_functions.c:1.417
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
416
2001/12/
10
02
:
08
:
12
mast
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
417
2001/12/
12
22
:
51
:
32
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
3081:
} /*! @decl program compile(string source, object|void handler, @
-
*! int|void major, int|void minor)
+
*! int|void major, int|void minor
,@
+
*! program|void target, object|void placeholder
)
*! *! Compile a string to a program. *!