Error out attempting to use directors without -c++
Remove redundant #ifdef __cplusplus markers in director.swg
This commit is contained in:
parent
135a7cc558
commit
1a19451c1b
10 changed files with 4 additions and 34 deletions
|
|
@ -5,8 +5,6 @@
|
|||
* method calls from C++ to Java extensions.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#if defined(DEBUG_DIRECTOR_OWNED) || defined(DEBUG_DIRECTOR_EXCEPTION)
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
|
@ -384,4 +382,3 @@ namespace Swig {
|
|||
|
||||
}
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue