tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"
Date: Wed, 13 Apr 2016 10:46:22 +0300

Nice catch! Sorry I missed the extra '.' in the original patch.

Btw, I had some fixes for the last patches I sent to the list that I only
pushed to my github branch. Will rebase on latest mob and push them
directly.

About `ppfp` being NULL, I saw most of the code has guards, obviously missed
a few places that don't. Will impl these and keep `ppfp` NULL when no
preprocessor output is expected.

cheers,
</wqw>

-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Sergey Korshunoff
Sent: Wednesday, April 13, 2016 10:33 AM
To: address@hidden
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"

Hi!
A correct version of the patch is pushed to the [mob] A problem was in
TOK_ASMDIR_text:
        -    sprintf(sname, ".%s", get_tok_str(tok1, NULL));
        +    sprintf(sname, "%s", get_tok_str(tok1, NULL));
        When tok1 is '.text', then sname is '..text'

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




reply via email to

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