On 31 March 2014 14:36, Vincent Lefevre <[email protected]> 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. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
