fix USE_COMPILED_STARTUP setting

This commit is contained in:
Matthew Flatt 2012-05-01 19:39:44 -06:00
parent 86a976531c
commit 584f0f221a

View File

@ -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 1046
#define EXPECTED_UNSAFE_COUNT 78