1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

remove define-private

* module/language/scheme/translate.scm: Remove define-private.
This commit is contained in:
Andy Wingo 2008-05-11 22:03:50 +02:00
parent 77046be3d3
commit fbbc50caf8

View file

@ -187,7 +187,7 @@
((,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))