-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 12.11.2013 23:29, schrieb Christophe VG:
> Hello,
>
> while getting sdcc up and running for a new project, I stumbled
> upon the following.
>
> $ cat minimal.c typedef unsigned long long QWORD;// 64-bit
> unsigned typedef signed long long LO
Hello,
while getting sdcc up and running for a new project, I stumbled upon the
following.
$ cat minimal.c
typedef unsigned long long QWORD;// 64-bit unsigned
typedef signed long long LONGLONG; // 64-bit signed
void main(void) {
}
$ sdcc minimal.c
minimal.c:1: error 206: invalid combinat