[BUG] Invalid types are mapped into 'any' which is not valid
authorAlan Knowles <alan@akbkhome.com>
Sun, 4 Apr 2010 09:32:59 +0000 (17:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 4 Apr 2010 09:32:59 +0000 (17:32 +0800)
commit45993187261f648cdb71542b4339c680f59794e3
tree20292f5c6f6cc9f7832cef6325b960f35e3ed05b
parent1923e07dcd4b8d85006369e34ccd1d949a5ab2a1
[BUG] Invalid types  are mapped into 'any' which is not valid

where const is placed after char (example inotifytools)
somefunc(char const * xxx);
Previously it resulting in char any * (or earlier, just char!)
now it says char* as the ctype.
giscanner/transformer.py