chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eee4486
)
scheme-fringe.scm: Don't need to import `syntax-case' any more.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jun 2010 20:00:27 +0000
(21:00 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jun 2010 20:00:27 +0000
(21:00 +0100)
Seems that it doesn't work if you try.
scheme-fringe.scm
patch
|
blob
|
blame
|
history
diff --git
a/scheme-fringe.scm
b/scheme-fringe.scm
index 4ddb0798f923422f8aac82e9cd0e664ef6029cd0..5279fbf1a4e3a1643103fc0959cb687d9a7b2d49 100644
(file)
--- a/
scheme-fringe.scm
+++ b/
scheme-fringe.scm
@@
-3,8
+3,6
@@
;;; Scheme implementation of a `same-fringe' solver. Assumes Chicken, but
;;; should port easily.
;;; Scheme implementation of a `same-fringe' solver. Assumes Chicken, but
;;; should port easily.
-(use syntax-case) ; Chicken-specfic
-
;;;--------------------------------------------------------------------------
;;; Utilities.
;;;--------------------------------------------------------------------------
;;; Utilities.