patch for 'defined' varible not ready jet

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6571 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-30 13:04:08 +00:00
commit 75ec2bf503
2 changed files with 3 additions and 6 deletions

View file

@ -273,5 +273,6 @@ inline const char* mangle ## #@__VA_ARGS__ () {
%inline %{
int endif = 0;
int define = 0;
int defined = 0;
/* this is not working */
/* int defined = 0; */
%}