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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 16 00:50:12 UTC 2010


Author: mikehh
Date: Tue Feb 16 00:50:11 2010
New Revision: 43979
URL: https://trac.parrot.org/parrot/changeset/43979

Log:
add ASSERT_ARGS

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

Modified: trunk/compilers/pirc/src/pircompiler.c
==============================================================================
--- trunk/compilers/pirc/src/pircompiler.c	Tue Feb 16 00:13:41 2010	(r43978)
+++ trunk/compilers/pirc/src/pircompiler.c	Tue Feb 16 00:50:11 2010	(r43979)
@@ -55,6 +55,7 @@
 PARROT_WARN_UNUSED_RESULT
 static allocated_mem_ptrs *
 new_mem_ptrs_block(void) {
+    ASSERT_ARGS(new_mem_ptrs_block)
     return mem_allocate_zeroed_typed(allocated_mem_ptrs);
 }
 


More information about the parrot-commits mailing list