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

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Jan 13 01:59:19 UTC 2010


Author: plobsing
Date: Wed Jan 13 01:59:18 2010
New Revision: 43437
URL: https://trac.parrot.org/parrot/changeset/43437

Log:
fix pirc build after headerizer

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

Modified: trunk/compilers/pirc/src/bcgen.h
==============================================================================
--- trunk/compilers/pirc/src/bcgen.h	Wed Jan 13 01:57:40 2010	(r43436)
+++ trunk/compilers/pirc/src/bcgen.h	Wed Jan 13 01:59:18 2010	(r43437)
@@ -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