# define GC_CHECK_MARKED_OBJECTS 1
#endif
-// #define GC_CHECK_MARKED_OBJECTS 1 // XXX
-
/* GC_MALLOC_CHECK defined means perform validity checks of malloc'd
memory. Can do this only if using gmalloc.c and if not checking
marked objects. */
/* Make sure all markable slots in buffer_defaults
are initialized reasonably, so mark_buffer won't choke. */
- /* TODO: XXX: we no longer call mark_buffer on buffer_defaults, so
- this work should be unnecessary. */
reset_buffer (&buffer_defaults);
eassert (NILP (BVAR (&buffer_defaults, name)));
reset_buffer_local_variables (&buffer_defaults, 1);