[Bindings perl] add lasso_errot_t to type to map to T_IV typemap (integer types)

This commit is contained in:
Benjamin Dauvergne 2010-07-12 14:09:02 +00:00
parent 9ba548d6a0
commit a3675cd7b2
1 changed files with 1 additions and 1 deletions

View File

@ -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