summaryrefslogtreecommitdiff
path: root/girepository/cmph/chd_ph.c
Commit message (Collapse)AuthorAgeFilesLines
* cmph: Remove C99ism and other fixesChun-wei Fan2012-10-271-4/+7
| | | | | | | | | | | ...So that it will compile on non-C99 compilers. The changes are mainly moving the variable declarations to the start of the resecptive blocks. Also, replace the use of buflen in chd.c as it might not be defined for all platforms, instead using packed_cr_size as it seems to represent the value that is to be printed/displayed by the debugging output. https://bugzilla.gnome.org/show_bug.cgi?id=681820
* Make introspection compile with -Wall -WerrorJohan Dahlin2012-04-091-0/+8
| | | | | Address all gcc warnings, -Werror is not enabled yet but at least -Wall -Werror passes on my machine.
* cmph: Squash a lot of gcc -Wall compiler warningsColin Walters2010-12-031-2/+2
| | | | | | | * Functions taking no parameters need to explicitly say (void). * Mark some functions as static that are * Comment out an unused function in bdz.c * Change loop indicies "i" to be unsigned if our limit is unsigned
* Import CMPH 1.0Colin Walters2010-12-031-0/+988
This will be used for typelib indexing. See README-CMPH-IMPORT.txt for more information.