1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00
* doc/ref/compiler.texi (Bytecode and Objcode): Remove extraneous
  comma.
This commit is contained in:
Neil Jerram 2010-04-25 18:12:01 +01:00
parent 46733b4284
commit 42a438e893

View file

@ -723,7 +723,7 @@ Returns @code{#f} iff @var{obj} is object code, @code{#f} otherwise.
@end deffn
@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
@code{u8vector}.
@end deffn