[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Tinycc-devel] (no subject)
From: |
Laszlo Hars |
Subject: |
RE: [Tinycc-devel] (no subject) |
Date: |
Wed, 21 Mar 2007 10:32:59 -0700 |
User-agent: |
Web-Based Email 4.9.22 |
The error must be earlier in your code. I included the macro in a simple
C program and it compiled and ran OK.
> Message: 1
> Date: Wed, 21 Mar 2007 10:46:14 +0800
> From: " ??? " <address@hidden>
> Subject: [Tinycc-devel] (no subject)
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> when i want to use tcc to compile lwc(Lightweight
> C++<http://students.ceid.upatras.gr/%7Esxanth/lwc/>)
> appear below message
> "lex.c:XXX: ';' expected" i am use tcc 0.9.23
> whether is the problem to tcc parse below sentence ?
> <code>
> #define SAVE_VAR(x, y) __typeof__(x) _tmp_ ## x = x;x = y
> </code>
> it work well to gcc4.0.3
> --
> sguzwf