pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-01
2008-06-01 11:19:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
71d390daff289ffdf1959dcea8ed639f421a3031 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some Autodoc mk II typos.
Rev: src/builtin_functions.c:1.670
Rev: src/program.c:1.716
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: builtin_functions.c,v 1.
669
2008/
05
/
30
15
:19:
02
mast
Exp $
+
|| $Id: builtin_functions.c,v 1.
670
2008/
06
/
01
11
:19:
45
grubba
Exp $
*/ #include "global.h"
4138:
*! *! @seealso *! @[compile_string()], @[compile_file()], @[cpp()], @[master()],
-
*! @[CompilationHandler], @[
DefaultCompilationEnvironment
]
+
*! @[CompilationHandler], @[
DefaultCompilerEnvironment
]
*/ PMOD_EXPORT void f_compile(INT32 args) {