scheme-fringe.scm: Don't need to import `syntax-case' any more.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Jun 2010 20:00:27 +0000 (21:00 +0100)
committerMark 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

index 4ddb079..5279fbf 100644 (file)
@@ -3,8 +3,6 @@
 ;;; Scheme implementation of a `same-fringe' solver.  Assumes Chicken, but
 ;;; should port easily.
 
-(use syntax-case)                      ; Chicken-specfic
-
 ;;;--------------------------------------------------------------------------
 ;;; Utilities.