summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Barzilay <eli@barzilay.org>2011-10-12 04:51:55 -0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:25:36 +0400
commit9ce5ec96229dfc5e3e8d44f86dfd326dd90cda5d (patch)
tree38cf1b42be7c47be7fe9054adfb5de284fb0b39f
parent56438155ece9f1d343db202b2570f008dbe8c518 (diff)
downloadbdwgc-9ce5ec96229dfc5e3e8d44f86dfd326dd90cda5d.tar.gz
Some "Scheme" -> "Racket" changes and similar.
-rw-r--r--Makefile.direct2
-rw-r--r--Makefile.dj2
-rw-r--r--Makefile.in2
3 files changed, 3 insertions, 3 deletions
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.)