Hi, all
a example(main.c) as follow:
int main()
{
int sum;
int i, j, k;
for( i = 0; i < 100; i++ )
sum = i + 9;
return 0;
}
when I compile it: opencc -CLIST:: main.c
In the file main.w2c.c, there are no j and k, but I need them.Does someone
know how to do?
Thanks!
Eric
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel