mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
Fix typo
* doc/ref/compiler.texi (Bytecode and Objcode): Remove extraneous comma.
This commit is contained in:
parent
46733b4284
commit
42a438e893
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ Returns @code{#f} iff @var{obj} is object code, @code{#f} otherwise.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} bytecode->objcode bytecode
|
@deffn {Scheme Procedure} bytecode->objcode bytecode
|
||||||
@deffnx {C Function} scm_bytecode_to_objcode (bytecode,)
|
@deffnx {C Function} scm_bytecode_to_objcode (bytecode)
|
||||||
Makes a bytecode object from @var{bytecode}, which should be a
|
Makes a bytecode object from @var{bytecode}, which should be a
|
||||||
@code{u8vector}.
|
@code{u8vector}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue