".ss" -> ".rkt" scan done.

original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
This commit is contained in:
Eli Barzilay 2011-07-02 10:37:53 -04:00
parent 6680a2b30f
commit 89857c786d
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
;pregexp.ss
;; pregexp.rkt
;; Originally:
;; ;Portable regular expressions for Scheme
;; ;Dorai Sitaram

View File

@ -1,7 +1,6 @@
(module sigmatch mzscheme
(require "../unit200.ss")
(require "../unit200.rkt")
(define (hash-sig src-sig table)
(and (pair? src-sig)

View File

@ -16,5 +16,5 @@
(lambda (stx)
(define make-check-cdr #f)
;; Include the implementation.
;; See private/shared-body.ss.
;; See private/shared-body.rkt.
(include "private/shared-body.rkt")))