[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev [PATCH] don't trim trailing white spaces in input fields
From: |
Vlad Harchev |
Subject: |
Re: lynx-dev [PATCH] don't trim trailing white spaces in input fields |
Date: |
Thu, 5 Apr 2001 12:06:20 +0500 (SAMST) |
On Thu, 5 Apr 2001, Henry Nelson wrote:
Hello Henry,
> > This patch is merely a pointer of location that should be tweaked - I don't
> > have idea what to do with the code - remove it or just #ifdef 0.
>
> Not sure if this is relevant, but rather than adding more and more ifdefs
> and insidious defines, e.g., the EXP_JAPANESE_SPACES, FIX_JAPANESE_SPACES
> junk I got pounded on the other day, couldn't more perceptive use of simple
> "/* ...*/" commenting out be made? Perhaps repeat the CHANGES entry just
> before the block of code being retired.
No, that patch used #if 0 - i.e. it doesn't introduce any new defines.
It's the only way to comment out a block of C code with comments inside it
(C comments can't be nested).
Best regards,
-Vlad
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden