fixes for operator*()

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-11 10:20:05 +00:00
commit 37c727888b
2 changed files with 11 additions and 5 deletions

View file

@ -121,6 +121,7 @@
#define WARN_IGNORE_OPERATOR_UAND 393 /* & */
#define WARN_IGNORE_OPERATOR_NEWARR 394 /* new [] */
#define WARN_IGNORE_OEPRATOR_DELARR 395 /* delete [] */
#define WARN_IGNORE_OEPRATOR_REF 396 /* operator *() */
/* 394-399 are reserved */