Re: MACRO exclusion



On Sun, 28 Aug 2005 22:02:29 +0000, Malcolm wrote:

>
> "Keith Thompson" <kst-u@xxxxxxx> wrote
>>
>>> I am porting some code and I need to exclude all macros defined with
>>> __STDC__ . How do I do this using gcc?? Is there any change I can make
>>> in the makefile?
>>
>> What exactly do you mean by "all macros defined with __STDC__"? Can
>> you give some examples?
>>
> I realised this after I had posted.
> I'm not sure undefining the macro is the real answer.

That's difficult to say if you don't tell us the real question.

Lawrence



.



Relevant Pages

  • Re: MACRO exclusion
    ... > I am porting some code and I need to exclude all macros defined with ... > in the makefile? ...
    (comp.lang.c)
  • Re: MACRO exclusion
    ... > I am porting some code and I need to exclude all macros defined with ... > in the makefile? ... Prev by Date: ...
    (comp.lang.c)
  • Re: MACRO exclusion
    ... >> I am porting some code and I need to exclude all macros defined with ... >> in the makefile? ...
    (comp.lang.c)
  • Re: GNU make: recursive make vs single makefile
    ... technics of using single makefile and who knows in practice about ... I also made a set of macros so you could add new ... You learn a lot about make syntax and features getting it working ... sub-make defines the same variable. ...
    (comp.os.linux.development.system)
  • nmake building what it shouldnt?!
    ... I have an app that is made with one solution and several projects ... The way this is currently handled, with VS6, is with nmake makefiles. ... There is a separate file containing macros, ... into the main makefile for the solution. ...
    (microsoft.public.vc.ide_general)