Dieter Verfaillie
522ebcd2d6
Windows port: cmph_time.h includes sys/resource.h which is not available on Windows.
...
So only include it when WIN32 is not defined.
https://bugzilla.gnome.org/show_bug.cgi?id=620566
2011-09-07 21:59:52 +02:00
Colin Walters
f9ba452081
cmph: Squash a lot of gcc -Wall compiler warnings
...
* 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
2010-12-03 16:03:32 -05:00
Colin Walters
9aadb1d583
cmph: Modify types to use GLib types
...
The 64 bit #ifdefs is just hackish and broken; e.g. it will fail
on ppc64/linux and WIN64.
Use the GLib typedefs, which I know are more correct.
2010-12-03 16:03:32 -05:00
Colin Walters
6178293a83
Import CMPH 1.0
...
This will be used for typelib indexing. See README-CMPH-IMPORT.txt
for more information.
2010-12-03 16:03:31 -05:00