diff --git a/src/mapping.h b/src/mapping.h index 133668406c74d2cd66ae14420a403b12238cf24d..5099b7becd38aa42e7184ba8bfd1648630816bdd 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: mapping.h,v 1.22 2000/02/09 18:50:20 hubbe Exp $ + * $Id: mapping.h,v 1.23 2000/03/28 17:57:37 grubba Exp $ */ #ifndef MAPPING_H #define MAPPING_H @@ -71,12 +71,12 @@ extern struct mapping *first_mapping; struct mapping_data *md_=(M); \ debug_malloc_touch(md_); \ if(!--md_->refs) really_free_mapping_data(md_); \ + /* FIXME: What about valrefs & hardlinks? */ \ }while(0) /* Prototypes begin here */ BLOCK_ALLOC(mapping, 511) -static void check_mapping_type_fields(struct mapping *m); struct mapping *debug_allocate_mapping(int size); void really_free_mapping_data(struct mapping_data *md); struct mapping_data *copy_mapping_data(struct mapping_data *md);