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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Jan 7 08:34:12 UTC 2010


Author: fperrad
Date: Thu Jan  7 08:34:11 2010
New Revision: 43405
URL: https://trac.parrot.org/parrot/changeset/43405

Log:
[pirc] as usual broken by headerizer

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

Modified: trunk/compilers/pirc/src/bcgen.h
==============================================================================
--- trunk/compilers/pirc/src/bcgen.h	Thu Jan  7 08:33:12 2010	(r43404)
+++ trunk/compilers/pirc/src/bcgen.h	Thu Jan  7 08:34:11 2010	(r43405)
@@ -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