[svn:parrot] r38737 - trunk/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Wed May 13 04:30:00 UTC 2009


Author: petdance
Date: Wed May 13 04:29:58 2009
New Revision: 38737
URL: https://trac.parrot.org/parrot/changeset/38737

Log:
eliminate errors for dupe macros

Modified:
   trunk/include/parrot/exceptions.h

Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h	Wed May 13 04:03:33 2009	(r38736)
+++ trunk/include/parrot/exceptions.h	Wed May 13 04:29:58 2009	(r38737)
@@ -292,6 +292,9 @@
 #endif /* NDEBUG */
 
 #ifdef S_SPLINT_S
+#  undef PARROT_ASSERT
+#  undef PARROT_ASSERT_ARG
+#  undef ASSERT_ARGS
 #  define PARROT_ASSERT(x)
 #  define PARROT_ASSERT_ARG(x)
 #  define ASSERT_ARGS(a)


More information about the parrot-commits mailing list