Make zero_sized const

svn: r12263
This commit is contained in:
Kevin Tew 2008-11-05 21:05:44 +00:00
parent 8fbdf6b9f2
commit 50c5dc8df2

View File

@ -294,7 +294,7 @@ unsigned long GC_gen0_alloc_page_end = 0;
static struct mpage *pages[PAGE_TYPES];
/* miscellaneous variables */
static char *zero_sized[4]; /* all 0-sized allocs get this */
static const char *zero_sized[4]; /* all 0-sized allocs get this */
static int gc_full = 0; /* a flag saying if this is a full/major collection */
static Mark_Proc mark_table[NUMBER_OF_TAGS]; /* the table of mark procs */
static Fixup_Proc fixup_table[NUMBER_OF_TAGS]; /* the table of repair procs */