Skip to content
Snippets Groups Projects
Commit 3ddd6326bfb1 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

*** empty log message ***

parent a678278df536
No related branches found
No related tags found
No related merge requests found
Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
* python/generator.py: fixed the conversion of long parameters
Wed Jul 19 15:06:39 EDT 2006 Daniel Veillard <daniel@veillard.com>
* python/types.c: fix float and boolean XPath conversions
......
......@@ -216,7 +216,7 @@
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_"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment