mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix cross-references in api-macros.texi
* doc/ref/api-macros.texi (Macro Expansion): Fix cross-references.
This commit is contained in:
parent
7bbfc02959
commit
660f2775e9
1 changed files with 2 additions and 2 deletions
|
@ -1139,8 +1139,8 @@ Scheme: it's Tree-IL, Guile's high-level intermediate language.
|
||||||
@xref{Tree-IL}. As ``hygienic macros'' can produce identifiers that are
|
@xref{Tree-IL}. As ``hygienic macros'' can produce identifiers that are
|
||||||
distinct but have the same name, the output format needs to be able to
|
distinct but have the same name, the output format needs to be able to
|
||||||
represent distinctions between variable identities and names. Again,
|
represent distinctions between variable identities and names. Again,
|
||||||
see @xref{Tree-IL} for all the details. The easiest thing is to just
|
@xref{Tree-IL}, for all the details. The easiest thing is to just run
|
||||||
run @code{tree-il->scheme} on the result of macro-expansion:
|
@code{tree-il->scheme} on the result of macro-expansion:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(macroexpand '(+ 1 2))
|
(macroexpand '(+ 1 2))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue