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:
parent
6e4fc3b4c4
commit
d40ff25e3f
2 changed files with 9 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue