Remove unnecessary #ifndef SWIGSEXP

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7355 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2005-08-09 14:57:00 +00:00
commit 969859575f

View file

@ -368,7 +368,6 @@ namespace std {
* known as the "Fulton Transform" :-).
*/
#ifndef SWIGSEXP
#ifdef __cplusplus
%insert("runtime") %{
#ifdef __cplusplus
@ -388,7 +387,6 @@ private:
#endif
%}
#endif
#endif
/* Macro for setting a dynamic cast function */
%define DYNAMIC_CAST(mangle,func)