pike.git/
src/
constants.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-30
2004-12-30 12:57:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7abd89f9b3d15dd2da4015c440c0be7ec45fa700 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added add_pike_string_constant().
Rev: src/constants.c:1.55
Rev: src/constants.h:1.33
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: constants.h,v 1.
32
2003
/
08
/
20
16
:
31
:
44
mast
Exp $
+
|| $Id: constants.h,v 1.
33
2004
/
12
/
30
12
:
57
:
24
grubba
Exp $
*/ #ifndef ADD_EFUN_H
48:
PMOD_EXPORT struct mapping *get_builtin_constants(void); void low_add_efun(struct pike_string *name, struct svalue *fun); void low_add_constant(const char *name, struct svalue *fun);
+
void add_pike_string_constant(const char *name, const char *str, int len);
PMOD_EXPORT void add_global_program(const char *name, struct program *p); BLOCK_ALLOC_FILL_PAGES(callable,2) PMOD_EXPORT struct callable *low_make_callable(c_fun fun,