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

coke at svn.parrot.org coke at svn.parrot.org
Mon Dec 28 13:42:05 UTC 2009


Author: coke
Date: Mon Dec 28 13:42:04 2009
New Revision: 43275
URL: https://trac.parrot.org/parrot/changeset/43275

Log:
Revert r43273 -

This change broke pirc. (Need to fix either pirc or headerizer so this doesn't happen.)

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

Modified: trunk/compilers/pirc/src/bcgen.h
==============================================================================
--- trunk/compilers/pirc/src/bcgen.h	Mon Dec 28 12:15:47 2009	(r43274)
+++ trunk/compilers/pirc/src/bcgen.h	Mon Dec 28 13:42:04 2009	(r43275)
@@ -162,10 +162,6 @@
 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