bug-groff
[Top][All Lists]
Advanced

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

strncasecmp dcl


From: Golubev I. N.
Subject: strncasecmp dcl
Date: Wed, 20 Jun 2001 12:29:00 (GMT)

Version: 1.17

GROFF_NEED_DECLARATION includes headers in a fashion considerably
different from "lib.h".  This causes NEED_DECLARATION_STRNCASECMP to
be defined on a system having it, which can cause conflict between
dcls in "lib.h" and <strings.h>.

--- /home/gin/celesta/groff-1.17/aclocal.m4     2001/06/20 10:37:17     1.1
+++ /home/gin/celesta/groff-1.17/aclocal.m4     2001/06/20 10:38:59     1.2
@@ -492,10 +492,9 @@
 #include <stdio.h>
 #ifdef HAVE_STRING_H
 #include <string.h>
-#else
+#endif
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
-#endif
 #endif
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>



reply via email to

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