Mark SWIGPERL5, SWIGPHP5, and SWIGTCL8 as deprecated in the source
code and remove documentation of them. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11030 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f9c640cd11
commit
79f7900968
5 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Version 1.3.37 (30 December 2008)
|
||||
=================================
|
||||
|
||||
2009-01-05: olly
|
||||
Mark SWIGPERL5, SWIGPHP5, and SWIGTCL8 as deprecated in the source
|
||||
code and remove documentation of them.
|
||||
|
||||
2008-12-30: wsfulton
|
||||
Bug #2430756. All the languages now define a macro in the generated C/C++
|
||||
wrapper file indicating which language is being wrapped. The macro name is the
|
||||
|
|
|
|||
|
|
@ -120,16 +120,13 @@ SWIGMZSCHEME Defined when using Mzscheme
|
|||
SWIGOCAML Defined when using Ocaml
|
||||
SWIGOCTAVE Defined when using Octave
|
||||
SWIGPERL Defined when using Perl
|
||||
SWIGPERL5 Defined when using Perl5
|
||||
SWIGPHP Defined when using PHP
|
||||
SWIGPHP5 Defined when using PHP5
|
||||
SWIGPIKE Defined when using Pike
|
||||
SWIGPYTHON Defined when using Python
|
||||
SWIGR Defined when using R
|
||||
SWIGRUBY Defined when using Ruby
|
||||
SWIGSEXP Defined when using S-expressions
|
||||
SWIGTCL Defined when using Tcl
|
||||
SWIGTCL8 Defined when using Tcl8.0
|
||||
SWIGXML Defined when using XML
|
||||
</pre></div>
|
||||
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ public:
|
|||
}
|
||||
|
||||
Preprocessor_define("SWIGPERL 1", 0);
|
||||
// SWIGPERL5 is deprecated, and no longer documented.
|
||||
Preprocessor_define("SWIGPERL5 1", 0);
|
||||
SWIG_typemap_lang("perl5");
|
||||
SWIG_config_file("perl5.swg");
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ public:
|
|||
}
|
||||
|
||||
Preprocessor_define("SWIGPHP 1", 0);
|
||||
// SWIGPHP5 is deprecated, and no longer documented.
|
||||
Preprocessor_define("SWIGPHP5 1", 0);
|
||||
SWIG_typemap_lang("php");
|
||||
SWIG_config_file("php.swg");
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ public:
|
|||
}
|
||||
|
||||
Preprocessor_define("SWIGTCL 1", 0);
|
||||
// SWIGTCL8 is deprecated, and no longer documented.
|
||||
Preprocessor_define("SWIGTCL8 1", 0);
|
||||
SWIG_typemap_lang("tcl8");
|
||||
SWIG_config_file("tcl8.swg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue