From baabc2b83447eafb94c349c5ebe48a2bb066fa48 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 29 Sep 2006 10:03:50 +0000 Subject: [PATCH] Use SWIGPHP rather than SWIGPHP4 since the latter is now only defined when generating code explicitly for PHP4. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9379 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/exception.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }