summaryrefslogtreecommitdiff
path: root/Lib/php
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-13 09:31:11 +1300
committerOlly Betts <olly@survex.com>2021-12-13 09:31:11 +1300
commit94ad89284d437d83f43623f2970a713d41ee8a0d (patch)
treec6daa8bd9b50140bcec7d1d3b0340695aab92113 /Lib/php
parentb78f0ee263220c49c4b08295f5d40b0cce624043 (diff)
downloadswig-94ad89284d437d83f43623f2970a713d41ee8a0d.tar.gz
[php] Remove redundant in typemap for bool
This typemap which would wrap C++ bool as PHP int is later overridden by another which wraps it as PHP bool. The current result is what we want so just remove the redundant one.
Diffstat (limited to 'Lib/php')
-rw-r--r--Lib/php/php.swg1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/php/php.swg b/Lib/php/php.swg
index 6e4ee2d2f..b8722ace8 100644
--- a/Lib/php/php.swg
+++ b/Lib/php/php.swg
@@ -219,7 +219,6 @@
unsigned long,
signed char,
unsigned char,
- bool,
size_t
%{
RETVAL_LONG($1);