lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV What does the NOT_DEFINED macro mean?


From: root
Subject: Re: LYNX-DEV What does the NOT_DEFINED macro mean?
Date: Wed, 29 Jan 1997 14:09:02 -0500 (EST)

Jim Spath wrote:
> 
> I found this in src/HTML.c, and can't grok it:
> 
> #ifdef NOT_DEFINED /* BASE will be a container in HTML+ */
>     case HTML_BASE:
>     FREE(me->base_href);
>         me->inBASE = FALSE;
>     break;
> #endif /* NOT_DEFINED */
> 
> HTML.c line 4238/5667 75%
> 
> Where is NOT_DEFINED defined :-`

I would assume NOT_DEFINED is, well, not defined.  That is, they just used
it as a "#ifdef 0", wich they assumed would be less readable.

 --- James Mastros
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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