From a3675cd7b2be69b6bf9b4ea5cd4483e56b261a4e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 12 Jul 2010 14:09:02 +0000 Subject: [PATCH] [Bindings perl] add lasso_errot_t to type to map to T_IV typemap (integer types) --- bindings/perl/lang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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