aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Preprocessor.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-14 06:14:18 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-14 06:14:18 +0000
commit1f4abe162d952e35e663eaf52c5ea2ee583e150b (patch)
tree3f48c16c78174284529a80dbe5ae1c2859e47153 /Doc/Manual/Preprocessor.html
parent6a9a167e8e619d04b260c1c7152ca77e9e980fd1 (diff)
downloadswig-1f4abe162d952e35e663eaf52c5ea2ee583e150b.tar.gz
clarification on SWIG_VERSION coding
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12026 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Preprocessor.html')
-rw-r--r--Doc/Manual/Preprocessor.html2
1 files changed, 1 insertions, 1 deletions
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:
<div class="code"><pre>
SWIG Always defined when SWIG is processing a file
SWIGIMPORTED Defined when SWIG is importing a file with <tt>%import</tt>
-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