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

Forgot to fix as part of b8db5aacb3.

original commit: 3b76628eb1
This commit is contained in:
Matthew Flatt 2013-08-07 08:41:43 -07:00
parent 3e1e9a6357
commit 377b06a352

View File

@ -344,7 +344,7 @@
(define CPT_SMALL_MARSHALLED_START 80) (define CPT_SMALL_MARSHALLED_START 80)
(define CPT_SMALL_MARSHALLED_END 92) (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_START 92)
(define CPT_SMALL_PROPER_LIST_END (+ CPT_SMALL_PROPER_LIST_START CPT_SMALL_LIST_MAX)) (define CPT_SMALL_PROPER_LIST_END (+ CPT_SMALL_PROPER_LIST_START CPT_SMALL_LIST_MAX))