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: Sergey Korshunoff
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"
Date: Wed, 13 Apr 2016 10:32:45 +0300

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'



reply via email to

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