Bug 555964 - Parse floating-point #defines
authorColin Walters <walters@verbum.org>
Wed, 25 Feb 2009 20:25:36 +0000 (15:25 -0500)
committerColin Walters <walters@verbum.org>
Wed, 25 Feb 2009 20:34:21 +0000 (15:34 -0500)
commit0b9dda0e725446882dca84b6a64688c8f0e5a4e3
treefd7b7e5d75dc86ea18c1168310d80402fddf5c45
parentc58582c7a88a95616fa87b81517ab8a2a76af92f
Bug 555964 - Parse floating-point #defines

Previously we just supported int and string, add double to this.
Technically we should probably differentiate between float and
double, but it's not likely to be very useful in practice to do so.
giscanner/giscannermodule.c
giscanner/scannerparser.y
giscanner/sourcescanner.h
giscanner/sourcescanner.py
giscanner/transformer.py
tests/scanner/foo-1.0-expected.gir
tests/scanner/foo-1.0-expected.tgir
tests/scanner/foo.h