pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2005-01-20
2005-01-20 14:28:03 by Martin Nilsson <mani@lysator.liu.se>
2872a237b297bc8e2da8a4e3d338f08bff5babfb (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
MAP_VARIABLE is like map_variable but with serialized type.
Rev: src/program.h:1.214
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: program.h,v 1.
213
2004
/
10
/
30
11
:
38:
28
mast
Exp $
+
|| $Id: program.h,v 1.
214
2005
/
01
/
20
14
:
28
:
03
nilsson
Exp $
*/ #ifndef PROGRAM_H
899:
quick_map_variable(NAME, CONSTANT_STRLEN(NAME), OFFSET, \ TYPE, CONSTANT_STRLEN(TYPE), RTTYPE, FLAGS)
+
#define MAP_VARIABLE(NAME, TYPE, FLAGS, OFFSET, RTYPE) \
+
PIKE_MAP_VARIABLE(NAME, OFFSET, TYPE, RTYPE, FLAGS)
+
#define ADD_FUNCTION_DTYPE(NAME,FUN,DTYPE,FLAGS) do { \ DTYPE_START; \ {DTYPE} \