From: Eli Barzilay Date: Wed, 12 Oct 2011 08:51:55 +0000 (-0400) Subject: Some "Scheme" -> "Racket" changes and similar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ce5ec96229dfc5e3e8d44f86dfd326dd90cda5d;p=gc Some "Scheme" -> "Racket" changes and similar. --- diff --git a/Makefile.direct b/Makefile.direct index 1ea687fb..3e54569c 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -216,7 +216,7 @@ HOSTCFLAGS=$(CFLAGS) # the headers to minimize object size, at the expense of checking for # writes past the end of an object. This is intended for environments # in which most client code is written in a "safe" language, such as -# Scheme or Java. Assumes that all client allocation is done using +# Racket or Java. Assumes that all client allocation is done using # the GC_debug_ functions, or through the macros that expand to these, # or by redirecting malloc to GC_debug_malloc_replacement. # (Also eliminates the field for the requested object size.) diff --git a/Makefile.dj b/Makefile.dj index 4b0c7b48..0dc8d41a 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -123,7 +123,7 @@ CFLAGS= -gstabs+ -O2 -I$(srcdir)/include -DATOMIC_UNCOLLECTABLE -DALL_INTERIOR_P # the headers to minimize object size, at the expense of checking for # writes past the end of an object. This is intended for environments # in which most client code is written in a "safe" language, such as -# Scheme or Java. Assumes that all client allocation is done using +# Racket or Java. Assumes that all client allocation is done using # the GC_debug_ functions (or through the macros that expand to these. # (Also eliminates the field for the requested object size.) # occasionally be useful for debugging of client code. Slows down the diff --git a/Makefile.in b/Makefile.in index 05bbf0c8..1d4d29b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,7 @@ HOSTCFLAGS=$(BASEFLAGS) # the headers to minimize object size, at the expense of checking for # writes past the end of an object. This is intended for environments # in which most client code is written in a "safe" language, such as -# Scheme or Java. Assumes that all client allocation is done using +# Racket or Java. Assumes that all client allocation is done using # the GC_debug_ functions, or through the macros that expand to these, # or by redirecting malloc to GC_debug_malloc_replacement. # (Also eliminates the field for the requested object size.)