pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:1:
/*\ ||| This file is part of Pike. For copyright information see COPYRIGHT.
-
||| Pike is distributed
as
GPL
(General
Public
License)
-
|||
See the
files
COPYING
and DISCLAIMER
for more information.
+
||| Pike is distributed
under
GPL
,
LGPL
and
MPL.
See the
file
COPYING
+
|||
for more information.
\*/ /**/ #include "global.h" #include "constants.h" #include "pike_macros.h" #include "program.h" #include "pike_types.h" #include "stralloc.h" #include "pike_memory.h" #include "interpret.h" #include "mapping.h" #include "pike_error.h" #include "security.h" #include "block_alloc.h"
-
RCSID("$Id: constants.c,v 1.
35
2002/
01
/
27
18
:
25
:
43
mast
Exp $");
+
RCSID("$Id: constants.c,v 1.
36
2002/
05
/
31
22
:
41
:
23
nilsson
Exp $");
struct mapping *builtin_constants = 0; PMOD_EXPORT struct mapping *get_builtin_constants(void) { return builtin_constants; } void low_add_efun(struct pike_string *name, struct svalue *fun) {