From 67ec4fb9825e63294b72b468bef4c678f3c9ec12 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 Nov 2014 06:48:36 -0700 Subject: [PATCH] fix use of embedded bytecode --- racket/src/racket/src/schminc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/racket/src/schminc.h b/racket/src/racket/src/schminc.h index a8d86b6d76..bbfbfd946a 100644 --- a/racket/src/racket/src/schminc.h +++ b/racket/src/racket/src/schminc.h @@ -12,7 +12,7 @@ finally, set EXPECTED_PRIM_COUNT to the right value and USE_COMPILED_STARTUP to 1 and `make' again. */ -#define USE_COMPILED_STARTUP 0 +#define USE_COMPILED_STARTUP 1 #define EXPECTED_PRIM_COUNT 1129 #define EXPECTED_UNSAFE_COUNT 106