Fixed some paths (typo)
This commit is contained in:
parent
96e0d8bce2
commit
00b597ecf9
|
@ -5,12 +5,12 @@
|
|||
stxparse-info/my-include)
|
||||
(version-case
|
||||
[(version< (version) "6.11.0.900")
|
||||
(my-include "../6-11/stxparse-info/parse/debug.rkt")]
|
||||
(my-include "../6-11/racket/collects/syntax/parse/debug.rkt")]
|
||||
[(version< (version) "6.90.0.29")
|
||||
(my-include "../6-12/stxparse-info/parse/debug.rkt")]
|
||||
(my-include "../6-12/racket/collects/syntax/parse/debug.rkt")]
|
||||
[(version< (version) "7.0.0.20")
|
||||
(my-include "../6-90-0-29/stxparse-info/parse/debug.rkt")]
|
||||
(my-include "../6-90-0-29/racket/collects/syntax/parse/debug.rkt")]
|
||||
[(version< (version) "7.3.0.1")
|
||||
(my-include "../7-0-0-20/stxparse-info/parse/debug.rkt")]
|
||||
(my-include "../7-0-0-20/racket/collects/syntax/parse/debug.rkt")]
|
||||
[else
|
||||
(my-include "../7-3-0-1/stxparse-info/parse/debug.rkt")])
|
||||
(my-include "../7-3-0-1/racket/collects/syntax/parse/debug.rkt")])
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
stxparse-info/my-include)
|
||||
(version-case
|
||||
[(version< (version) "6.11.0.900")
|
||||
(my-include "../6-11/stxparse-info/parse/pre.rkt")]
|
||||
(my-include "../6-11/racket/collects/syntax/parse/pre.rkt")]
|
||||
[(version< (version) "6.90.0.29")
|
||||
(my-include "../6-12/stxparse-info/parse/pre.rkt")]
|
||||
(my-include "../6-12/racket/collects/syntax/parse/pre.rkt")]
|
||||
[(version< (version) "7.0.0.20")
|
||||
(my-include "../6-90-0-29/stxparse-info/parse/pre.rkt")]
|
||||
(my-include "../6-90-0-29/racket/collects/syntax/parse/pre.rkt")]
|
||||
[else
|
||||
(my-include "../7-0-0-20/stxparse-info/parse/pre.rkt")])
|
||||
(my-include "../7-0-0-20/racket/collects/syntax/parse/pre.rkt")])
|
||||
|
|
Loading…
Reference in New Issue
Block a user