From 24a4fe52c72970225b97d06c18eee4fd6d0a8c2c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 9 Dec 2010 20:08:03 -0700 Subject: [PATCH] typo --- src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README b/src/README index 96ecc5d1f0..6d64faec5d 100644 --- a/src/README +++ b/src/README @@ -346,6 +346,6 @@ Modifying Racket ---------------- If you modify Racket and change any primitive syntax or the collection -of built-in identifers, be sure to turn off USE_COMPILED_MACROS in +of built-in identifers, be sure to turn off USE_COMPILED_STARTUP in "schminc.h". Otherwise, Racket won't start. See "schminc.h" for details.