tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tinycc predefined macro


From: Michael Matz
Subject: Re: [Tinycc-devel] tinycc predefined macro
Date: Sun, 9 Jul 2017 05:46:47 +0200 (CEST)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hi,

On Mon, 3 Jul 2017, Barath Aron wrote:

I vote for __COUNTER__ as well. Some macro-libraries of mine also use it. :)

Implemented in mob 824dceb. Wasn't totally trivial because our way of expanding macro arguments wasn't like the standard requires but only in a way noticable with macros like __COUNTER__ (or others that result in different values for different invocations, like super-precise __TIME__).


Ciao,
Michael.



reply via email to

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