Use SWIGPHP instead of SWIGPHP4

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9380 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-29 10:09:23 +00:00
commit 1ec0417eb5
4 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include "gifplot.h"
%}
#if defined(SWIGJAVA ) || defined(SWIGPHP4)
#if defined(SWIGJAVA ) || defined(SWIGPHP)
%rename(make_default) ColorMap::default();
#endif