fixing compilation on 5.1.3
This commit is contained in:
parent
862fa431fe
commit
f7917d378c
|
@ -6,7 +6,8 @@
|
|||
|
||||
|
||||
(version-case
|
||||
[(version<= "5.1.1.900" (version))
|
||||
[(and (version<= "5.1.1.900" (version))
|
||||
(version< (version) "5.2"))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
(provide (except-out (all-from-out "parse-bytecode-5.1.1.rkt")
|
||||
parse-bytecode)))]
|
||||
[(and (version<= "5.1.1.900" (version))
|
||||
(version< (version) "5.1.2"))
|
||||
(version< (version) "5.2"))
|
||||
(begin
|
||||
(log-debug "Using 5.1.2 bytecode parser")
|
||||
(require "parse-bytecode-5.1.2.rkt")
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
(provide version)
|
||||
(: version String)
|
||||
|
||||
(define version "1.192")
|
||||
(define version "1.193")
|
||||
|
|
Loading…
Reference in New Issue
Block a user