*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5350 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-11-20 02:49:12 +00:00
commit 08f8a36e16
3 changed files with 7 additions and 1 deletions

View file

@ -246,6 +246,8 @@ the input file to fix the problem.
<li>116. Deprecated <tt>%except</tt> directive.
<li>117. Deprecated <tt>%new</tt> directive.
<li>118. Deprecated <tt>%typemap(except)</tt>.
<li>119. Deprecated <tt>%typemap(ignore)</tt>.
<li>120. Deprecated command line option (-c).
</ul>
<a name="n9"></a><H3>11.6.2 Preprocessor (200-299)</H3>
@ -413,4 +415,4 @@ The ability to control warning messages was first added to SWIG-1.3.12.
<p><hr>
<address>SWIG 1.3 - Last Modified : June 28, 2003</address>
</body>
</html>
</html>

3
Lib/swigrun.i Normal file
View file

@ -0,0 +1,3 @@
%module swigrun
// Empty module (for now). Placeholder for runtime libs

View file

@ -41,6 +41,7 @@
#define WARN_DEPRECATED_NEW 117
#define WARN_DEPRECATED_EXCEPT_TM 118
#define WARN_DEPRECATED_IGNORE_TM 119
#define WARN_DEPRECATED_OPTC 120
/* -- Preprocessor -- */