diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-08-04 13:01:17 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-08-04 13:01:17 +0000 |
commit | 1564b7c6170dd1c351fb3c3b23bc555d5ee335c1 (patch) | |
tree | 94a8ca2c1329b98a5041211b14282ce803a49ea5 /python | |
parent | d3eaa2f845be6465a891dcf3ecacf934d82f833e (diff) | |
download | libxslt-1564b7c6170dd1c351fb3c3b23bc555d5ee335c1.tar.gz libxslt-1564b7c6170dd1c351fb3c3b23bc555d5ee335c1.tar.bz2 libxslt-1564b7c6170dd1c351fb3c3b23bc555d5ee335c1.zip |
*** empty log message ***
Diffstat (limited to 'python')
-rwxr-xr-x | python/generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py index 1327ce7f..7b82b048 100755 --- a/python/generator.py +++ b/python/generator.py @@ -216,7 +216,7 @@ skipped_types = { py_types = { 'void': (None, None, None, None, None), 'int': ('i', None, "int", "int", "libxml_"), - 'long': ('i', None, "int", "int", "libxml_"), + 'long': ('l', None, "long", "long", "libxml_"), 'double': ('d', None, "double", "double", "libxml_"), 'unsigned int': ('i', None, "int", "int", "libxml_"), 'xmlChar': ('c', None, "int", "int", "libxml_"), |