From 4e6b9afee310f96fc4d73e3d98c389394db2fcc9 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 13 Jan 2004 02:52:25 +0000 Subject: [PATCH] fix warning git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5629 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/template_specialization.i | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SWIG/Examples/test-suite/template_specialization.i b/SWIG/Examples/test-suite/template_specialization.i index 382830f9e..00a0cf8ce 100644 --- a/SWIG/Examples/test-suite/template_specialization.i +++ b/SWIG/Examples/test-suite/template_specialization.i @@ -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 %{