tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc macro infos


From: Luca Costantino
Subject: Re: [Tinycc-devel] tcc macro infos
Date: Fri, 4 Jun 2010 15:32:41 +0200

ok

i have another problem.
i managed to print name and values of "normal" macros, but i'm
experiencing some troubles getting the names of the functions defined
as macros, i.e. i can retrieve the name of the function but i cannot
retrieve the arguments

where the hell are them stored? how can i access them?

thanks
luca
--
Chiave pubblica http://luca.costantino.googlepages.com/luca.costantino.asc

Prima di tutto vennero a prendere gli zingari e fui contento, perché
rubacchiavano.
Poi vennero a prendere gli ebrei e stetti zitto, perché mi stavano antipatici.
Poi vennero a prendere gli omosessuali, e fui sollevato, perché mi
erano fastidiosi.
Poi vennero a prendere i comunisti, e io non dissi niente, perché non
ero comunista.
Un giorno vennero a prendere me, e non c’era rimasto nessuno a protestare.
(Martin Niemöller)



Il 01 giugno 2010 16.34, Luca Costantino <address@hidden> ha scritto:
> 2010/6/1 grischka <address@hidden>:
>> [cut]
>> Otherwise it would print as bogus anonymous label (at tccpp.c:338):
>>        } else if (v >= SYM_FIRST_ANOM) {
>>            /* special name for anonymous symbol */
>>            sprintf(p, "L.%u", v - SYM_FIRST_ANOM);
>
> thank you very much
>
> --
> Chiave pubblica http://luca.costantino.googlepages.com/luca.costantino.asc
>
> Prima di tutto vennero a prendere gli zingari e fui contento, perché
> rubacchiavano.
> Poi vennero a prendere gli ebrei e stetti zitto, perché mi stavano antipatici.
> Poi vennero a prendere gli omosessuali, e fui sollevato, perché mi
> erano fastidiosi.
> Poi vennero a prendere i comunisti, e io non dissi niente, perché non
> ero comunista.
> Un giorno vennero a prendere me, e non c’era rimasto nessuno a protestare.
> (Martin Niemöller)
>



reply via email to

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