John Levon <[EMAIL PROTECTED]> writes:
| On Tue, Oct 15, 2002 at 09:37:03AM +0200, Lars Gullik Bj�nnes wrote:
>
>> | we do #ifdef and #if on it. That can't be right.
>>
>> Why not?
>>
>> When defined it is defined as
>>
>> #define USE_CAPTION 1
>>
>> so that both ifdef and if will work.
>
| lol. Then I come along and say ooh, disable the code, I do :
>
| #define USE_CAPTION 0
bad move...
#undef USE_CAPTION
is the only right thing to do...
| Of course it's not right to use both ifdef and if !!
pptttrrrpptt!
>> | Furthermore, if we
>> | /did/ define it, it wouldn't compile. Remove it ?
>>
>> Nah..
>
| Why not ? It's DEAD code
Not really... it is slumbering code...
--
Lgb