tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc -E mangles >>


From: Jay Foad
Subject: Re: [Tinycc-devel] tcc -E mangles >>
Date: Mon, 31 Mar 2014 21:30:46 +0100

On 31 March 2014 14:36, Vincent Lefevre <address@hidden> wrote:
> On 2014-03-31 15:06:48 +0200, Vincent Lefevre wrote:
>> On 2014-03-31 12:51:45 +0100, Jay Foad wrote:
>> > Instead of printing >>, this example prints the ASCII control character ^B:
>> >
>> > $ cat s.c
>> > #define S >>
>> > S
>> > $ ./tcc -E s.c
>> > # 2 "s.c"
>> > ^B

> And the error was the use of TOK_SHR instead of TOK_SAR (to get
> the old behavior, i.e. with value 2). I've pushed the change to
> TOK_SAR.

Thanks!
Jay.



reply via email to

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