".ss" -> ".rkt" scan done.
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
This commit is contained in:
parent
6680a2b30f
commit
89857c786d
|
@ -1,4 +1,4 @@
|
||||||
;pregexp.ss
|
;; pregexp.rkt
|
||||||
;; Originally:
|
;; Originally:
|
||||||
;; ;Portable regular expressions for Scheme
|
;; ;Portable regular expressions for Scheme
|
||||||
;; ;Dorai Sitaram
|
;; ;Dorai Sitaram
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
(module sigmatch mzscheme
|
(module sigmatch mzscheme
|
||||||
|
|
||||||
(require "../unit200.ss")
|
(require "../unit200.rkt")
|
||||||
|
|
||||||
(define (hash-sig src-sig table)
|
(define (hash-sig src-sig table)
|
||||||
(and (pair? src-sig)
|
(and (pair? src-sig)
|
||||||
|
|
|
@ -16,5 +16,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.ss.
|
;; See private/shared-body.rkt.
|
||||||
(include "private/shared-body.rkt")))
|
(include "private/shared-body.rkt")))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user