From 3b76628eb14064abe75068a535d657b6ca19a869 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 7 Aug 2013 08:41:43 -0700 Subject: [PATCH] adjust `compiler/zo-marshal' for bytecode-file change Forgot to fix as part of b8db5aacb3. --- pkgs/compiler-lib/compiler/zo-marshal.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/compiler-lib/compiler/zo-marshal.rkt b/pkgs/compiler-lib/compiler/zo-marshal.rkt index 8b17d1178c..38371c54a1 100644 --- a/pkgs/compiler-lib/compiler/zo-marshal.rkt +++ b/pkgs/compiler-lib/compiler/zo-marshal.rkt @@ -344,7 +344,7 @@ (define CPT_SMALL_MARSHALLED_START 80) (define CPT_SMALL_MARSHALLED_END 92) -(define CPT_SMALL_LIST_MAX 65) +(define CPT_SMALL_LIST_MAX 50) (define CPT_SMALL_PROPER_LIST_START 92) (define CPT_SMALL_PROPER_LIST_END (+ CPT_SMALL_PROPER_LIST_START CPT_SMALL_LIST_MAX))