[Mobies-commit] [commit] r3738 - UDM/trunk/include
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Fri May 13 12:46:27 CDT 2011
Author: ksmyth
Date: Fri May 13 12:46:26 2011
New Revision: 3738
Log:
r3736 (Add #define ASSERT until we have releases of GReAT/UMM that will work without it)
Modified:
UDM/trunk/include/ErrHand.h
Modified: UDM/trunk/include/ErrHand.h
==============================================================================
--- UDM/trunk/include/ErrHand.h Fri May 13 12:45:34 2011 (r3737)
+++ UDM/trunk/include/ErrHand.h Fri May 13 12:46:26 2011 (r3738)
@@ -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