Hi,
 
file: tools/mkheader
 
12c12
<     /([\w\*]+) (\w+)\((.*)\);*/;
---
>     /(.*) (\w+)\((.*)\);*/;
 
the old code fail if i have (in the comp file):
 
struct mystruct * TOS_FUNC()
char * foo();
 
the problem seems to be that the return type must be one single word.
 
 
please apply the patch
 
 
ashwin
 

Reply via email to