pike.git/
src/
mapping.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-31
2000-01-31 03:24:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
d3018ac91ffdb1b62a836536fe478bd8f0cc8fa8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
should now compile without PIKE_DEBUG (I hope)
Rev: src/mapping.c:1.54
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: mapping.c,v 1.
53
2000/01/
29
13
:
42
:
13
mirar
Exp $");
+
RCSID("$Id: mapping.c,v 1.
54
2000/01/
31
03
:
24
:
05
hubbe
Exp $");
#include "main.h" #include "object.h" #include "mapping.h"
404:
long off; \ m->data=copy_mapping_data(m->data); \ debug_malloc_touch(m->data); \
-
if(d_flag>1) check_mapping(m);
\
+
DO_IF_DEBUG(
if(d_flag>1) check_mapping(m);
)
\
off=((char *)m->data)-((char *)md); \ LOW_RELOC(k); \ LOW_RELOC(prev); \