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

petdance at svn.parrot.org petdance at svn.parrot.org
Wed May 13 15:02:51 UTC 2009


Author: petdance
Date: Wed May 13 15:02:50 2009
New Revision: 38751
URL: https://trac.parrot.org/parrot/changeset/38751

Log:
my splint versions of the assertions don't actually work. :-(

Modified:
   trunk/include/parrot/exceptions.h

Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h	Wed May 13 14:43:34 2009	(r38750)
+++ trunk/include/parrot/exceptions.h	Wed May 13 15:02:50 2009	(r38751)
@@ -291,15 +291,6 @@
 
 #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)
-#endif
-
 #endif /* PARROT_EXCEPTIONS_H_GUARD */
 
 /*


More information about the parrot-commits mailing list