aboutsummaryrefslogtreecommitdiffstats
path: root/scheme-private.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scheme-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme-private.h b/scheme-private.h
index 9eafe76..727e0c0 100644
--- a/scheme-private.h
+++ b/scheme-private.h
@@ -78,7 +78,7 @@ int tracing;
#ifndef CELL_NSEGMENT
#define CELL_NSEGMENT 10 /* # of segments for cells */
#endif
-char *alloc_seg[CELL_NSEGMENT];
+void *alloc_seg[CELL_NSEGMENT];
pointer cell_seg[CELL_NSEGMENT];
int last_cell_seg;