tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] pp bug


From: grischka
Subject: Re: [Tinycc-devel] pp bug
Date: Thu, 30 Apr 2015 22:03:13 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Pip Cet wrote:
Does this fix it for you? Even if it doesn't, this should indicate
where the code is that goes wrong...

Yep, just funny how long it did NOT go wrong...

ch = tcc_peekc_slow(file);
as in ch = handle_eob();

One more, anyone ?

    #define t(x,y,z) x ## y ## z

    int main(int argc, char **argv)
    {
        return t(1,,) + t(,2,) + t(,,3);
    }

-- gr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]