[svn:parrot] r49274 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 23 11:48:56 UTC 2010


Author: mikehh
Date: Thu Sep 23 11:48:55 2010
New Revision: 49274
URL: https://trac.parrot.org/parrot/changeset/49274

Log:
run make headerizer to get rid of missing assert args failure

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Thu Sep 23 11:28:17 2010	(r49273)
+++ trunk/compilers/imcc/pbc.c	Thu Sep 23 11:48:55 2010	(r49274)
@@ -199,8 +199,6 @@
 #define ASSERT_ARGS_add_1_const __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp) \
     , PARROT_ASSERT_ARG(r))
-#define ASSERT_ARGS_add_const_key __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(interp))
 #define ASSERT_ARGS_add_const_num __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp))
 #define ASSERT_ARGS_add_const_pmc_sub __attribute__unused__ int _ASSERT_ARGS_CHECK = (\


More information about the parrot-commits mailing list