summaryrefslogtreecommitdiffstats
path: root/bindings/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-12 14:09:02 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-12 14:09:02 +0000
commita3675cd7b2be69b6bf9b4ea5cd4483e56b261a4e (patch)
tree14b12961faf0ad5fabb11196ec4e488fd5e7553b /bindings/perl
parent9ba548d6a006c61ebec74d264b3ae8fc1437053e (diff)
downloadlasso-a3675cd7b2be69b6bf9b4ea5cd4483e56b261a4e.tar.gz
lasso-a3675cd7b2be69b6bf9b4ea5cd4483e56b261a4e.tar.xz
lasso-a3675cd7b2be69b6bf9b4ea5cd4483e56b261a4e.zip
[Bindings perl] add lasso_errot_t to type to map to T_IV typemap (integer types)
Diffstat (limited to 'bindings/perl')
-rw-r--r--bindings/perl/lang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/lang.py b/bindings/perl/lang.py
index f01c88ba..0d3e4f8b 100644
--- a/bindings/perl/lang.py
+++ b/bindings/perl/lang.py
@@ -111,7 +111,7 @@ GHashTable*\tT_PTRREF
''')
# Map integer types
- for int in [ 'int', 'gint', 'long', 'glong'] + self.binding_data.enums:
+ for int in [ 'lasso_error_t', 'int', 'gint', 'long', 'glong'] + self.binding_data.enums:
self.typemap.pn('%-30s T_IV' % int)
# Map object types