Skip to content

Commit bf2e50f

Browse files
authored
Add missing preprocessor defines to the docs list
1 parent 7051753 commit bf2e50f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Doc/Manual/Preprocessor.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,18 @@ <H2><a name="Preprocessor_condition_compilation">10.3 Conditional Compilation</a
110110
such as 0x010311 (corresponding to SWIG-1.3.11).
111111

112112
SWIGCSHARP Defined when using C#
113+
SWIGD Defined when using D
114+
SWIG_D_VERSION Unsigned integer target version when using D
115+
SWIGGO Defined when using Go
116+
SWIGGO_CGO Defined when using Go for cgo
117+
SWIGGO_GCCGO Defined when using Go for gccgo
118+
SWIGGO_INTGO_SIZE Size of the Go type int when using Go (32 or 64)
113119
SWIGGUILE Defined when using Guile
114120
SWIGJAVA Defined when using Java
115121
SWIGJAVASCRIPT Defined when using Javascript
116122
SWIG_JAVASCRIPT_JSC Defined when using Javascript for JavascriptCore
117-
SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
123+
SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
124+
BUILDING_NODE_EXTENSION Defined when using Javascript for node.js
118125
SWIGLUA Defined when using Lua
119126
SWIGMZSCHEME Defined when using Mzscheme
120127
SWIGOCAML Defined when using OCaml
@@ -123,8 +130,11 @@ <H2><a name="Preprocessor_condition_compilation">10.3 Conditional Compilation</a
123130
SWIGPHP Defined when using PHP (any version)
124131
SWIGPHP7 Defined when using PHP7
125132
SWIGPYTHON Defined when using Python
133+
SWIGPYTHON_PY3 Defined when using Python with -py3
134+
SWIGPYTHON_BUILTIN Defined when using Python with -builtin
126135
SWIGR Defined when using R
127136
SWIGRUBY Defined when using Ruby
137+
SWIG_RUBY_AUTORENAME Defined when using Ruby with -autorename
128138
SWIGSCILAB Defined when using Scilab
129139
SWIGTCL Defined when using Tcl
130140
SWIGXML Defined when using XML

0 commit comments

Comments
 (0)