Added info about SWIG_VERSION preprocessor macro

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6176 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-30 16:38:55 +00:00
commit 656bf1ce57
2 changed files with 27 additions and 1 deletions

View file

@ -88,6 +88,8 @@ by SWIG when it is parsing the interface:
SWIG Always defined when SWIG is processing a file
SWIGMAC Defined when running SWIG on the Macintosh
SWIGWIN Defined when running SWIG under Windows
SWIG_VERSION Hexadecimal number containing SWIG version,
such as 0x010311 (corresponding to SWIG-1.3.11).
SWIGCHICKEN Defined when using CHICKEN
SWIGCSHARP Defined when using C#