lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [PATCH][dev22] Fix --disable-trace, #includes


From: Larry W. Virden
Subject: Re: lynx-dev [PATCH][dev22] Fix --disable-trace, #includes
Date: Sat, 17 Apr 1999 03:19:48 -0400 (EDT)

> 
> Strange:
> Turning trace off at compile-time transforms all instances of
> CTRACE(...)
>   to 
> if (0) fprintf(...)
> 
> But the string literals in the CTRACE calls still wind up in the binaries 
> for me.  (Tried this with both Sun's cc and gcc).  This is like 30k worth 
> of string literal over the whole lynx source.  It's very disturbing.
> 
Can you change things to say

#if 0
fprintf(...)


instead?  That will get rid of the strings you are trying to get rid of.
Of course, IMO once someone has compiled out info like ctrace, it should
a) no longer be permitted to be called lynx and b) no longer be acceptable
to send problem reports to the list...
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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