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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Nov 1 02:00:58 UTC 2009


Author: mikehh
Date: Sun Nov  1 02:00:57 2009
New Revision: 42203
URL: https://trac.parrot.org/parrot/changeset/42203

Log:
fix codetest failure - unused assert macro

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

Modified: trunk/compilers/pirc/src/bcgen.c
==============================================================================
--- trunk/compilers/pirc/src/bcgen.c	Sun Nov  1 01:50:09 2009	(r42202)
+++ trunk/compilers/pirc/src/bcgen.c	Sun Nov  1 02:00:57 2009	(r42203)
@@ -858,6 +858,7 @@
 */
 int
 emit_pbc_key(bytecode * const bc, key * const k) {
+    ASSERT_ARGS(emit_pbc_key)
     key_entry  *iter;
     opcode_t   *key;
     opcode_t    keysize;    /* total size of key in bytecode */


More information about the parrot-commits mailing list