[Mobies-commit] [commit] r3654 - UDM/trunk/include
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Mar 16 14:39:54 CDT 2011
Author: ksmyth
Date: Wed Mar 16 14:39:53 2011
New Revision: 3654
Log:
Dont lie to the compiler, only swig
Modified:
UDM/trunk/include/UdmException.i
Modified: UDM/trunk/include/UdmException.i
==============================================================================
--- UDM/trunk/include/UdmException.i Wed Mar 16 14:39:27 2011 (r3653)
+++ UDM/trunk/include/UdmException.i Wed Mar 16 14:39:53 2011 (r3654)
@@ -4,9 +4,6 @@
// swig can get confused with namespace x = y;
// it doesn't matter if we lie to swig at this point
#define UDM_NAMESPACE Udm
-%{
-#define UDM_NAMESPACE Udm
-%}
// #define __int64 long long
%apply long long { __int64 };
More information about the Mobies-commit
mailing list