On 06/ 8/11 08:11 PM, eirc.lew wrote: > 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? dce probably does this if I had to guess and disable that or possibly provide a more complete explanation of what you're trying to do. Is this JIT related or I'm not sure why you need them based on the exact above example code...
------------------------------------------------------------------------------ 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