Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and new warning when using -importall and -includeall together

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6273 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-09-27 19:35:05 +00:00
commit 5a6fa3c074
2 changed files with 36 additions and 7 deletions

View file

@ -47,6 +47,7 @@
#define WARN_PP_MISSING_FILE 201
#define WARN_PP_EVALUATION 202
#define WARN_PP_INCLUDEALL_IMPORTALL 203
/* -- C/C++ Parser -- */