(svn r14155) -Fix (r14154): wrong comments

This commit is contained in:
glx 2008-08-24 17:18:05 +00:00
parent 2ddb86eea5
commit 4a4549405c

View File

@ -159,6 +159,6 @@ static inline bool IsWhitespace(WChar c)
#ifndef _GNU_SOURCE #ifndef _GNU_SOURCE
/* strndup is a GNU extension */ /* strndup is a GNU extension */
char *strndup(const char *s, size_t len); char *strndup(const char *s, size_t len);
#endif /* WIN32 || SUNOS */
#endif /* !_GNU_SOURCE */ #endif /* !_GNU_SOURCE */
#endif /* STRING_FUNC_H */