Fix more doc links.
This commit is contained in:
parent
dfb227ed32
commit
1938005240
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require scribblings/reference/mz
|
||||
(for-label compatibility/defmacro
|
||||
syntax/parse))
|
||||
syntax/parse syntax/parse/define))
|
||||
|
||||
@title[#:tag "defmacro"]{Legacy macro support}
|
||||
|
||||
|
@ -73,6 +73,6 @@ executed in the syntax-expansion phase. Translating code that
|
|||
involves @racket[define-macro] or @racket[defmacro] from an
|
||||
implementation without this restriction usually implies separating
|
||||
macro related functionality into a @racket[begin-for-syntax] or a
|
||||
module (that will be imported with @racket[require-for-syntax]) and
|
||||
module (that will be imported with @racket[for-syntax]) and
|
||||
properly distinguishing syntactic information from run-time
|
||||
information.}
|
||||
|
|
Loading…
Reference in New Issue
Block a user