diff --git a/Lib/exception.i b/Lib/exception.i index 39e647b2a..51b767268 100644 --- a/Lib/exception.i +++ b/Lib/exception.i @@ -15,7 +15,7 @@ %insert("runtime") "swigerrors.swg" -#ifdef SWIGPHP4 +#ifdef SWIGPHP %{ #if PHP_MAJOR_VERSION < 5 # define SWIG_exception(code, msg) { zend_error(E_ERROR, msg); }