The default is now to not generate an additional method declaration when a method is declared with an extern. Use -addextern option to recreate original behaviour (new commandline option), with -noextern now redundant.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f93247e21f
commit
cff2f67179
3 changed files with 41 additions and 33 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#define WARN_DEPRECATED_IGNORE_TM 119
|
||||
#define WARN_DEPRECATED_OPTC 120
|
||||
#define WARN_DEPRECATED_NAME 121
|
||||
#define WARN_DEPRECATED_NOEXTERN 122
|
||||
|
||||
/* -- Preprocessor -- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue