adjust `compiler/zo-marshal' for bytecode-file change

Forgot to fix as part of b8db5aacb3.
This commit is contained in:
Matthew Flatt 2013-08-07 08:41:43 -07:00
parent b8db5aacb3
commit 3b76628eb1

View File

@ -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))