summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 17:13:08 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 17:13:08 +0000
commit203c8f04f9abd75ef50d5b66d002b72a770dfd5f (patch)
treed232a69de226bdc4b1ea383d41d698d685929750 /swig
parent360c572ddf82caf463b03a6695509498df2aee05 (diff)
downloadlasso-203c8f04f9abd75ef50d5b66d002b72a770dfd5f.tar.gz
lasso-203c8f04f9abd75ef50d5b66d002b72a770dfd5f.tar.xz
lasso-203c8f04f9abd75ef50d5b66d002b72a770dfd5f.zip
SWIG: Corrected constant name: SWIG macros are not accessible inside %{ %}.
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index e039ea79..7fc795a0 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -614,7 +614,7 @@ SET_NODE_INFO(PPMsgContact, Node)
set_node_info(info++, "LassoNode", NULL, SWIGTYPE_p_LassoNode);
#endif
-#ifdef SWIGPHP4
+#ifdef PHP_VERSION
#define SET_NODE_INFO(className, superClassName)\
set_node_info(info++, "Lasso"#className, "Lasso"#superClassName,\
SWIGTYPE_p_Lasso##className, &ce_swig_Lasso##className);