summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);