Add the fixed width C99 types from stdint.h
authorNeil Roberts <neil@linux.intel.com>
Wed, 25 Apr 2012 13:20:09 +0000 (14:20 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 2 May 2012 13:37:57 +0000 (14:37 +0100)
commit4db11376208b4662705d8b7a82ac12ba6fc1f745
treefebb60a9d36c6c1ca7720f6841e9f1c89ecdf1ec
parentbe867f9658b64ee0a93f7730929b421e37b911f6
Add the fixed width C99 types from stdint.h

C99 has standard types for fixed width signed and unsigned integers.
This adds types to giscanner to map them to the glib equivalent types.

stdint.h also has other types to specify specify sizes with at least a
certain number of bits, the fastest type with at least some number of
bits, a type big enough to store a pointer and a type containing the
most number of bits. These don't map well to glib types so I have
ignored them.

https://bugzilla.gnome.org/show_bug.cgi?id=674796
giscanner/ast.py