Add in possibility to use scopes in target language module symbol table
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11855 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f4cfc9bce5
commit
6c275f00d9
4 changed files with 57 additions and 43 deletions
|
|
@ -908,9 +908,6 @@ int SWIG_main(int argc, char *argv[], Language *l) {
|
|||
|
||||
SWIG_getoptions(argc, argv);
|
||||
|
||||
if (dump_lang_symbols)
|
||||
lang->setSymbolsDumpNeeded();
|
||||
|
||||
// Define the __cplusplus symbol
|
||||
if (CPlusPlus)
|
||||
Preprocessor_define((DOH *) "__cplusplus __cplusplus", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue