pike.git
/
src
/
mapping.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/mapping.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: mapping.h,v 1.
37
2001/
05
/
27
16
:
58
:
57
grubba
Exp $
+
* $Id: mapping.h,v 1.
38
2001/
06
/
04
23
:
59
:
56
mast
Exp $
*/ #ifndef MAPPING_H #define MAPPING_H #include "las.h" #include "block_alloc_h.h"
-
#define MAPPING_FLAG_WEAK
1
+
/* Compatible with PIKE_WEAK_INDICES and PIKE_WEAK_VALUES. */
+
#define MAPPING_
WEAK_INDICES 2
+
#define MAPPING_WEAK_VALUES 4
+
#define MAPPING_WEAK 6
+
#define MAPPING_
FLAG_WEAK
6 /* Compat. */
struct keypair { struct keypair *next; unsigned INT32 hval; struct svalue ind, val; }; struct mapping_data {