[svn:parrot] r42143 - trunk/compilers/pirc/src

kjs at svn.parrot.org kjs at svn.parrot.org
Tue Oct 27 21:27:01 UTC 2009


Author: kjs
Date: Tue Oct 27 21:27:00 2009
New Revision: 42143
URL: https://trac.parrot.org/parrot/changeset/42143

Log:
[pirc] fix 'missing' function doc

Modified:
   trunk/compilers/pirc/src/bcgen.c

Modified: trunk/compilers/pirc/src/bcgen.c
==============================================================================
--- trunk/compilers/pirc/src/bcgen.c	Tue Oct 27 21:01:33 2009	(r42142)
+++ trunk/compilers/pirc/src/bcgen.c	Tue Oct 27 21:27:00 2009	(r42143)
@@ -847,14 +847,12 @@
 
 /*
 
-=item C<void
-emit_pbc_key(lexer_state * const lexer, key * const k)>
+=item C<int emit_pbc_key(lexer_state * const lexer, key * const k)>
 
 Emit bytecode for the key C<k>. First the bytecode is
 written to a temporary buffer, which is later unpacked
 in the actual PackFile. See C<store_key_bytecode()>.
 
-
 =cut
 
 */


More information about the parrot-commits mailing list