diff --git a/src/racket/gc/include/private/gcconfig.h b/src/racket/gc/include/private/gcconfig.h index 3eb01a4b7f..5d8ab05f8f 100644 --- a/src/racket/gc/include/private/gcconfig.h +++ b/src/racket/gc/include/private/gcconfig.h @@ -1983,8 +1983,9 @@ # define STACKBOTTOM USRSTACK # endif extern int __data_start[]; -# define DATASTART ((ptr_t)(__data_start)) - extern char _end[]; +/* PLTSCHEME: commented out these two: */ +/*# define DATASTART ((ptr_t)(__data_start)) */ +/* extern char _end[]; */ # define DATAEND ((ptr_t)(&_end)) # define DYNAMIC_LOADING # endif