comparison src/xgccache.c @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c5d627a313b1
children 8626e4521993
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
264 264
265 return cell->gc; 265 return cell->gc;
266 } 266 }
267 267
268 268
269 #if 1 269 #ifdef DEBUG_XEMACS
270 270
271 #include <stdio.h> 271 #include <stdio.h>
272 272
273 void describe_gc_cache (struct gc_cache *cache); 273 void describe_gc_cache (struct gc_cache *cache);
274 void 274 void
325 } 325 }
326 if (count != cache->size) 326 if (count != cache->size)
327 stderr_out ("\nERROR! count should be %d\n\n", cache->size); 327 stderr_out ("\nERROR! count should be %d\n\n", cache->size);
328 } 328 }
329 329
330 #endif 330 #endif /* DEBUG_XEMACS */