mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
(ice-9): Define 'eval' before exporting it. This avoids a deprecation
warning.
This commit is contained in:
parent
5336537172
commit
e22875eae3
1 changed files with 9 additions and 1 deletions
|
@ -52,7 +52,15 @@
|
||||||
syntax-dispatch syntax-error bound-identifier=?
|
syntax-dispatch syntax-error bound-identifier=?
|
||||||
datum->syntax-object free-identifier=?
|
datum->syntax-object free-identifier=?
|
||||||
generate-temporaries identifier? syntax-object->datum
|
generate-temporaries identifier? syntax-object->datum
|
||||||
void eval syncase))
|
void syncase))
|
||||||
|
|
||||||
|
;; This is to avoid a deprecation warning about re-exporting eval.
|
||||||
|
;; When the re-exporting behavior of export is removed, removed this
|
||||||
|
;; code and include 'eval' in the export clause of define-module,
|
||||||
|
;; above.
|
||||||
|
|
||||||
|
(define eval #f)
|
||||||
|
(export eval)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue