2000-02-09
2000-02-09 07:29:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
9e398c073e48dcedb2ec4e47e27cd6e274e828ae
(6 lines)
(+5/-1)
[
Show
| Annotate
]
Branch: 7.9
more debug (use with -d2)
Rev: src/mapping.c:1.63
Rev: src/mapping.h:1.21
5:
\*/
/*
- * $Id: mapping.h,v 1.20 2000/02/01 23:51:48 hubbe Exp $
+ * $Id: mapping.h,v 1.21 2000/02/09 07:29:38 hubbe Exp $
*/
#ifndef MAPPING_H
#define MAPPING_H
41: Inside #if defined(PIKE_SECURITY)
#ifdef PIKE_SECURITY
struct object *prot;
#endif
+ #ifdef PIKE_DEBUG
+ INT32 size;
+ #endif
INT16 flags;
struct mapping_data *data;
struct mapping *next, *prev;