From 1f4abe162d952e35e663eaf52c5ea2ee583e150b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 14 May 2010 06:14:18 +0000 Subject: [PATCH] clarification on SWIG_VERSION coding git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12026 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Preprocessor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html index d7917c41a..8d41efccf 100644 --- a/Doc/Manual/Preprocessor.html +++ b/Doc/Manual/Preprocessor.html @@ -102,7 +102,7 @@ by SWIG when it is parsing the interface:
 SWIG                            Always defined when SWIG is processing a file
 SWIGIMPORTED                    Defined when SWIG is importing a file with %import
-SWIG_VERSION                    Hexadecimal number containing SWIG version,
+SWIG_VERSION                    Hexadecimal (binary-coded decimal) number containing SWIG version,
                                 such as 0x010311 (corresponding to SWIG-1.3.11).
 
 SWIGALLEGROCL                   Defined when using Allegro CL