It works. Thanks.
2011/3/31 Jian-Xin Lai :
> EXPECT is translated from GCC __builtin_expect. You can make an macro to
> handle this problem:
> #define EXPECT(x) x
>
> 2011/3/31 Mingjie Xing
>>
>> Hi,
>>
>> I met such a problem about whirl2c of the open64 trunk.
>>
>> For a simple hello.c file, w
EXPECT is translated from GCC __builtin_expect. You can make an macro to
handle this problem:
#define EXPECT(x) x
2011/3/31 Mingjie Xing
> Hi,
>
> I met such a problem about whirl2c of the open64 trunk.
>
> For a simple hello.c file, which is,
>
> #include
>
> int
> main (void)
> {
> printf ("
Hi,
I met such a problem about whirl2c of the open64 trunk.
For a simple hello.c file, which is,
#include
int
main (void)
{
printf ("hello\n");
return 0;
}
I compiled it with such a command,
$ opencc -clist hello.c
and got a huge w2c file,
...
__inline _INT32 getc_unlocked(
struct