cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/lib/strstr.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/strstr.h
Date: Sun, 04 Sep 2005 01:59:10 -0400

Index: ccvs/lib/strstr.h
diff -u ccvs/lib/strstr.h:1.2 ccvs/lib/strstr.h:1.3
--- ccvs/lib/strstr.h:1.2       Mon May 23 17:44:33 2005
+++ ccvs/lib/strstr.h   Sun Sep  4 05:58:56 2005
@@ -1,5 +1,5 @@
 /* Searching in a string.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -15,13 +15,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#if HAVE_STRSTR
-
-/* Get strstr() declaration.  */
-#include <string.h>
-
-#else
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -31,6 +24,4 @@
 
 #ifdef __cplusplus
 }
-#endif
-
 #endif




reply via email to

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