From a4011890e17f91332753240ddb9a2d3598fe8c79 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 Oct 2011 14:01:26 -0600 Subject: [PATCH] CGC fix for OpenBSD x86_64 Merge to 5.2 --- src/racket/gc/include/private/gcconfig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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