lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev strcasecomp/strncasecomp


From: pg
Subject: Re: lynx-dev strcasecomp/strncasecomp
Date: Sat, 17 Jul 1999 01:16:35 -0600 (MDT)

In a recent note, Henry Nelson said:

> Date: Sat, 17 Jul 1999 13:20:48 +0900 (JST)
> 
> > I thought the point of the table lookup was speed (it may be a workaround
> > for bad libraries).   Maybe Henry can find someone to translate the
> > corresponding change notes - then we may change things.  iirc, the only
> 
> I will write to Hiroyuki directly for very specific questions.  You

I stand corrected.  I overlooked an intervening "#else" (in addition to
misperceiving the nesting).  I'll soothe my pride by attaching a patch
to put an eyecatcher on the else.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL
=======================================================================
%%% Created Sat Jul 17 01:10:24 MDT 1999 by target lynx.patch. %%%
diff -bru orig/lynx2-8-3/WWW/Library/Implementation/HTString.c 
lynx2-8-3/WWW/Library/Implementation/HTString.c
--- orig/lynx2-8-3/WWW/Library/Implementation/HTString.c        Wed Jul 14 
10:25:26 1999
+++ lynx2-8-3/WWW/Library/Implementation/HTString.c     Sat Jul 17 01:00:58 1999
@@ -151,7 +151,7 @@
     return ((long)n < 0 ? 0 : cm[*us1] - cm[*--us2]);
 }
 
-#else
+#else  /* SH_EX */
 
 /*     Strings of any length
 **     ---------------------

reply via email to

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