-
Committer:
John Arbash Meinel
-
Date:
2009-03-26 16:22:58 UTC
-
mto:
(3735.40.9 vilajam)
-
mto:
This revision was merged to the branch mainline in
revision
4280.
-
Revision ID:
john@arbash-meinel.com-20090326162258-21e57rtpx47t6493
Get rid of inline and const, to reduce warnings and errors.
It seems compilers don't like it if you pass &(unsigned char *) to
(const unsigned char **), and pyrex doesn't let you define 'const unsigned char*',
(it doesn't like const at all), so for now, just remove it, because
it doesn't hurt anything.
Removing inline because MSVC doesn't understand it, and causes compile
failures. It wasn't really important anyway.