scheme_rename -> scheme_reload
This commit is contained in:
parent
bea67c0a39
commit
f7298cdb29
|
@ -206,7 +206,7 @@ which case the @DFlag{xform} step should be skipped.
|
||||||
|
|
||||||
To create an extension that behaves as a module, return a symbol from
|
To create an extension that behaves as a module, return a symbol from
|
||||||
@cpp{scheme_module_name}, and have @cpp{scheme_initialize} and
|
@cpp{scheme_module_name}, and have @cpp{scheme_initialize} and
|
||||||
@cpp{scheme_rename} declare a module using @cpp{scheme_primitive_module}.
|
@cpp{scheme_reload} declare a module using @cpp{scheme_primitive_module}.
|
||||||
|
|
||||||
For example, the following extension implements a module named
|
For example, the following extension implements a module named
|
||||||
@racket[hello] that exports a binding @racket[greeting]:
|
@racket[hello] that exports a binding @racket[greeting]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user