Fixed some paths (typo)

This commit is contained in:
Suzanne Soy 2021-02-27 00:00:47 +00:00
parent 96e0d8bce2
commit 00b597ecf9
2 changed files with 9 additions and 9 deletions

View File

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

View File

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