Hi,

On Wed, 4 May 2016, Edmund Grimley Evans wrote:

Proposed patch attached. Proposed log message:

   Insert spaces between certain tokens when tcc is invoked with -E.

   Insert a space when it is required to prevent mistokenisation of
   the output, and also in a few cases where it is not strictly
   required, imitating GCC's behaviour.

Comments?

Yes: I like it much better than the previous attempt, it's changing the right place, the routine that actually writes stuff, instead of inside the tokenizer. One remark: I believe in the tcc_preprocess routine s1->ppfp is always set, otherwise it wouldn't have been called.


Ciao,
Michael.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to