Re: [Fink-devel] Bug in qt4-mac-4.5

2009-06-02 Thread Martin Costabel
Monic Polynomial wrote: > On 02/06/2009, at 12:12, Martin Costabel wrote: >> The most difficult thing was to find out how to print the value of a >> macro at a given moment. From a diving expedition into the depths of >> the >> docs, I brought home some macros that give the following small exampl

Re: [Fink-devel] Bug in qt4-mac-4.5

2009-06-02 Thread Monic Polynomial
On 02/06/2009, at 12:12, Martin Costabel wrote: > The most difficult thing was to find out how to print the value of a > macro at a given moment. From a diving expedition into the depths of > the > docs, I brought home some macros that give the following small example > program in C: > > #include

Re: [Fink-devel] Bug in qt4-mac-4.5

2009-06-02 Thread Martin Costabel
Jean-François Mertens wrote: > > On 02 Jun 2009, at 03:03, Martin Costabel wrote: > >> ... >> The idea is clear, but preprocessor macros don't work like that. > > Really thanks for making so clear msgs ! > FInally I understand for sure that cpp works > like tex's \def rather than \edef _ and I'l

Re: [Fink-devel] Bug in qt4-mac-4.5

2009-06-02 Thread Jean-François Mertens
On 02 Jun 2009, at 03:03, Martin Costabel wrote: > ... > The idea is clear, but preprocessor macros don't work like that. Really thanks for making so clear msgs ! FInally I understand for sure that cpp works like tex's \def rather than \edef _ and I'll feel much more comfortable using it knowing