pike.git/
src/
mapping.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-09
2000-02-09 18:50:20 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
20b19f2fac30256e409ffac5193dd12bd044f8ac (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for compiling without PIKE_DEBUG
Rev: src/mapping.c:1.64
Rev: src/mapping.h:1.22
5:
\*/ /*
-
* $Id: mapping.h,v 1.
21
2000/02/09
07
:
29
:
38
hubbe Exp $
+
* $Id: mapping.h,v 1.
22
2000/02/09
18
:
50
:
20
hubbe Exp $
*/ #ifndef MAPPING_H #define MAPPING_H
42:
struct object *prot; #endif #ifdef PIKE_DEBUG
-
INT32 size;
+
INT32
debug_
size;
#endif INT16 flags; struct mapping_data *data;