texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/lib system.h,1.6,1.7


From: karl
Subject: texinfo/lib system.h,1.6,1.7
Date: Fri, 26 Mar 2004 19:22:18 +0100

Update of /cvsroot/texinfo/texinfo/lib
In directory sheep:/tmp/cvs-serv18454

Modified Files:
        system.h 
Log Message:
(strcase.h): change conditional to
!HAVE_STRNCASECMP || !HAVE_STRCASECMP.  Extra
!HAVE_DECL seems superfluous.


Index: system.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/system.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** system.h    26 Mar 2004 16:44:15 -0000      1.6
--- system.h    26 Mar 2004 18:22:16 -0000      1.7
***************
*** 82,86 ****
  #endif
  
! #if !HAVE_DECL_STRNCASECMP
  # include "strcase.h"
  #endif
--- 82,86 ----
  #endif
  
! #if !HAVE_STRNCASECMP || !HAVE_STRCASECMP
  # include "strcase.h"
  #endif



reply via email to

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