]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Properly parse (unsigned) long long
authorGuido Günther <agx@sigxcpu.org>
Fri, 12 Oct 2012 23:05:40 +0000 (01:05 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 13 Oct 2012 00:54:11 +0000 (02:54 +0200)
commitd78035d06aab73a76a82c525f41580cf986cce7b
treeb9a41da711093a453d011c895c90e7ede3acc01d
parent1e25c54f66b46223e8e31843cec9a825fd02c735
Properly parse (unsigned) long long

This fixes problems on platforms where sizeof(long) != sizeof(long long)
like ia32.
python/generator.py