Move shared
implementation file to .rktl.
This commit is contained in:
parent
8ecb5a431e
commit
0e7f6e3ddd
|
@ -20,4 +20,4 @@
|
||||||
(with-syntax ([undefined undefined-expr])
|
(with-syntax ([undefined undefined-expr])
|
||||||
;; Include the implementation.
|
;; Include the implementation.
|
||||||
;; See private/shared-body.rkt.
|
;; See private/shared-body.rkt.
|
||||||
(include (lib "racket/private/shared-body.rkt")))))
|
(include (lib "racket/private/shared-body.rktl")))))
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#lang info
|
|
||||||
|
|
||||||
(define compile-omit-paths '("shared-body.rkt"))
|
|
|
@ -17,5 +17,5 @@
|
||||||
(lambda (stx)
|
(lambda (stx)
|
||||||
(define make-check-cdr #f)
|
(define make-check-cdr #f)
|
||||||
;; Include the implementation.
|
;; Include the implementation.
|
||||||
;; See private/shared-body.rkt.
|
;; See private/shared-body.rktl.
|
||||||
(include "private/shared-body.rkt")))
|
(include "private/shared-body.rktl")))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user