mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
remove define-private
* module/language/scheme/translate.scm: Remove define-private.
This commit is contained in:
parent
77046be3d3
commit
fbbc50caf8
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
((,obj) (make-ghil-quasiquote e l (trans-quasiquote e l obj)))
|
((,obj) (make-ghil-quasiquote e l (trans-quasiquote e l obj)))
|
||||||
(else (bad-syntax))))
|
(else (bad-syntax))))
|
||||||
|
|
||||||
((define define-private) ;; what is define-private?
|
((define)
|
||||||
(pmatch tail
|
(pmatch tail
|
||||||
;; (define NAME VAL)
|
;; (define NAME VAL)
|
||||||
((,name ,val) (guard (symbol? name))
|
((,name ,val) (guard (symbol? name))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue