[Mobies-commit] [commit] r3736 - UDM/tags/A3_2_8/include

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu May 12 10:16:37 CDT 2011


Author: ksmyth
Date: Thu May 12 10:16:37 2011
New Revision: 3736

Log:
Add #define ASSERT until we have releases of GReAT/UMM that will work without it

Modified:
   UDM/tags/A3_2_8/include/ErrHand.h

Modified: UDM/tags/A3_2_8/include/ErrHand.h
==============================================================================
--- UDM/tags/A3_2_8/include/ErrHand.h	Wed May 11 16:57:57 2011	(r3735)
+++ UDM/tags/A3_2_8/include/ErrHand.h	Thu May 12 10:16:37 2011	(r3736)
@@ -25,6 +25,11 @@
 #endif
 
 #define UDM_ASSERT(x) assert(x)
+#ifndef UDM_NO_DEFINE_ASSERT
+#ifndef ASSERT
+#define ASSERT assert
+#endif
+#endif
 
 #include <exception>
 #include <string>


More information about the Mobies-commit mailing list