summaryrefslogtreecommitdiff
path: root/Examples/test-suite/using_namespace.i
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2008-07-03 00:09:56 +0000
committerOlly Betts <olly@survex.com>2008-07-03 00:09:56 +0000
commit7dfd9aae311c04a99453bcabc4204646bb458b87 (patch)
treec6f07551c7896656953a3eded7fb0ebe8d610887 /Examples/test-suite/using_namespace.i
parent9fc127d68b140f4631b436413f1a6d80b75c06af (diff)
downloadswig-7dfd9aae311c04a99453bcabc4204646bb458b87.tar.gz
WARN_* constants are user visible, so keep existing WARN_PHP4_* for
backward compatibility, but add preferred forms WARN_PHP_* and use these ourselves. Rename Lib/php4 to Lib/php, Source/Modules/php4.cxx to Source/Modules/php.cxx. Add typemaps for const reference so Examples/test-suite/apply_signed_char.i works. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/using_namespace.i')
-rw-r--r--Examples/test-suite/using_namespace.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/using_namespace.i b/Examples/test-suite/using_namespace.i
index 1989b6a0d..799c7cfb5 100644
--- a/Examples/test-suite/using_namespace.i
+++ b/Examples/test-suite/using_namespace.i
@@ -5,7 +5,7 @@
%warnfilter(SWIGWARN_JAVA_MULTIPLE_INHERITANCE,
SWIGWARN_CSHARP_MULTIPLE_INHERITANCE,
- SWIGWARN_PHP4_MULTIPLE_INHERITANCE) Hi<hello::Hello, hi::hi0>; // C#, Java, Php4 multiple inheritance
+ SWIGWARN_PHP_MULTIPLE_INHERITANCE) Hi<hello::Hello, hi::hi0>; // C#, Java, PHP multiple inheritance
%inline %{
namespace hello