(svn r14155) -Fix (r14154): wrong comments
authorglx
Sun, 24 Aug 2008 17:18:05 +0000
changeset 9998 2bf26d44bc33
parent 9997 d858e88e871a
child 9999 d88ba8e0fd38
(svn r14155) -Fix (r14154): wrong comments
src/string_func.h
--- a/src/string_func.h	Sun Aug 24 17:02:21 2008 +0000
+++ b/src/string_func.h	Sun Aug 24 17:18:05 2008 +0000
@@ -159,6 +159,6 @@
 #ifndef _GNU_SOURCE
 /* strndup is a GNU extension */
 char *strndup(const char *s, size_t len);
-#endif /* WIN32 || SUNOS */
+#endif /* !_GNU_SOURCE */
 
-#endif /* !_GNU_SOURCE */
+#endif /* STRING_FUNC_H */