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

coke at svn.parrot.org coke at svn.parrot.org
Mon Dec 28 05:14:16 UTC 2009


Author: coke
Date: Mon Dec 28 05:14:15 2009
New Revision: 43273
URL: https://trac.parrot.org/parrot/changeset/43273

Log:
'make headerizer' run.

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

Modified: trunk/compilers/pirc/src/bcgen.h
==============================================================================
--- trunk/compilers/pirc/src/bcgen.h	Mon Dec 28 05:00:45 2009	(r43272)
+++ trunk/compilers/pirc/src/bcgen.h	Mon Dec 28 05:14:15 2009	(r43273)
@@ -162,6 +162,10 @@
 emit_opcode(ARGIN(bytecode * const bc), opcode_t op)
         __attribute__nonnull__(1);
 
+int emit_pbc_key(ARGIN(bytecode * const bc), ARGIN(key * const k))
+        __attribute__nonnull__(1)
+        __attribute__nonnull__(2);
+
 FLOATVAL get_num_const(ARGIN(bytecode * const bc), unsigned index)
         __attribute__nonnull__(1);
 


More information about the parrot-commits mailing list