summaryrefslogtreecommitdiff
path: root/girepository/cmph/vstack.c
Commit message (Collapse)AuthorAgeFilesLines
* cmph: Squash a lot of gcc -Wall compiler warningsColin Walters2010-12-031-1/+1
| | | | | | | * 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/+79
This will be used for typelib indexing. See README-CMPH-IMPORT.txt for more information.