pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-02-14
2002-02-14 00:34:43 by Martin Nilsson <mani@lysator.liu.se>
19febd77f552f52b78b559c8d3fd4d2b2c4dba02 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Corrected AutoDoc prototype
Rev: src/builtin_functions.c:1.422
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
421
2002/02/
13
13
:
36
:
02
grubba
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
422
2002/02/
14
00
:
34
:
43
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
1698:
free_type(t); }
-
/*! @decl mapping (string:mixed) all_
constant
()
+
/*! @decl mapping (string:mixed) all_
constants
()
*! *! Returns a mapping containing all global constants, indexed on the name *! of the constant, and with the value of the constant as value.