remove define-private
authorAndy Wingo <wingo@pobox.com>
Sun, 11 May 2008 20:03:50 +0000 (22:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 11 May 2008 20:03:50 +0000 (22:03 +0200)
* module/language/scheme/translate.scm: Remove define-private.

module/language/scheme/translate.scm

index 3d2c13a..afa2276 100644 (file)
        ((,obj) (make-ghil-quasiquote e l (trans-quasiquote e l obj)))
        (else (bad-syntax))))
 
-    ((define define-private) ;; what is define-private?
+    ((define)
      (pmatch tail
        ;; (define NAME VAL)
        ((,name ,val) (guard (symbol? name))