fix warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5629 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-01-13 02:52:25 +00:00
commit 4e6b9afee3

View file

@ -1,10 +1,7 @@
%module template_specialization
%rename(__not__) *::operator!() const;
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
%rename(not1) *::operator!() const;
%rename(negate) *::operator-() const;
#endif
%inline %{