Good work!

Small request:

I know that TCC_VERSION is defined as "0.9.25" but I would be better to have
something like

#define __TINYC__ 925


As with other compilers (see this *nice* page:
http://predef.sourceforge.net/preos.html)

Instead of just 1

#include <stdio.h>

int
main(int argc, char *argv[])
{
        printf("%d\n", __TINYC__ );
}

If done, please inform predef.sourceforge.net of this change.

Christian

-----Original Message-----
From: tinycc-devel-bounces+eligis=wanadoo...@nongnu.org
[mailto:tinycc-devel-bounces+eligis=wanadoo...@nongnu.org] On Behalf Of
lostgallifreyan
Sent: Wednesday, May 20, 2009 11:49
To: tinycc-devel@nongnu.org
Subject: Re: [Tinycc-devel] TCC 0.9.25 is out



grischka <gris...@gmx.de> wrote:
(20/05/2009 10:37)

>Download from
>
>   http://savannah.nongnu.org/projects/tinycc
>
>--- grischka
>

Thankyou. :)



_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
----------------------------------------------------------------------------
-----------
Orange vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
Aucun virus connu a ce jour par nos services n'a ete detecte.







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

Reply via email to