fixed keyword_rename.ctest tese case, caused by a mistake in Swig/naming.c

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10519 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Haoyu Bai 2008-06-07 13:40:51 +00:00
commit 32617f7804
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
*/
%module keyword_rename
%warnfilter(SWIGWARN_PARSE_KEYWORD);
%inline %{
#define KW(x, y) int x (int y) { return y;}