Small fixes
This commit is contained in:
parent
d64d2c1901
commit
e6355529b6
1
7-4/racket/collects/syntax/parse/experimental/dset.rkt
Normal file
1
7-4/racket/collects/syntax/parse/experimental/dset.rkt
Normal file
|
@ -0,0 +1 @@
|
|||
#lang racket/base
|
1
7-4/racket/collects/syntax/parse/private/parse-aux.rkt
Normal file
1
7-4/racket/collects/syntax/parse/private/parse-aux.rkt
Normal file
|
@ -0,0 +1 @@
|
|||
#lang racket/base
|
|
@ -42,8 +42,9 @@
|
|||
#,(my-include1 (loc (string-append -updir "6-90-0-29" -filename)))]
|
||||
[(version< (version) "7.3.0.1")
|
||||
#,(my-include1 (loc (string-append -updir "7-0-0-20" -filename)))]
|
||||
;[(version< (version) "7.4")
|
||||
; #,(my-include1 (loc (string-append -updir "7-3-0-1" -filename)))]
|
||||
[(version< (version) "7.4")
|
||||
; #,(my-include1 (loc (string-append -updir "7-3-0-1" -filename)))]
|
||||
#,(my-include1 (loc (string-append -updir "7-4" -filename)))]
|
||||
[(version< (version) "7.5")
|
||||
#,(my-include1 (loc (string-append -updir "7-4" -filename)))]
|
||||
[else
|
||||
|
|
Loading…
Reference in New Issue
Block a user