Diff for /gforth/engine/Attic/memcmpc.c between versions 1.4 and 1.5

version 1.4, 2000/09/23 15:47:08 version 1.5, 2002/12/24 23:40:30
Line 23 Line 23
    that delivers the right < and > results in any locale, you would     that delivers the right < and > results in any locale, you would
    have to work with strcoll and some hackery */     have to work with strcoll and some hackery */
   
 #include <ctype.h>  
 #include "forth.h"  #include "forth.h"
   #include <ctype.h>
   
 Cell memcasecmp(const Char *s1, const Char *s2, Cell n)  Cell memcasecmp(const Char *s1, const Char *s2, Cell n)
 {  {

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>