fix wrong %include reported by Jab Rehders

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8915 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-28 18:41:32 +00:00
commit d40ff25e3f
2 changed files with 9 additions and 8 deletions

View file

@ -46,3 +46,12 @@
%include <typecheck.i>
%include <exception.i>
%include <preamble.swg>
/* ocaml keywords */
/* There's no need to use this, because of my rewriting machinery. C++
* words never collide with ocaml keywords */
/* still we include the file, but the warning says that the offending
name will be properly renamed. Just to let the user to know about
it. */
%include <ocamlkw.swg>

View file

@ -598,11 +598,3 @@ extern "C" {
#endif
#undef value
/* ocaml keywords */
/* There's no need to use this, because of my rewriting machinery. C++
* words never collide with ocaml keywords */
/* still we include the file, but the warning says that the offending
name will be properly renamed. Just to let the user to know about
it. */
%include <ocamlkw.swg>