mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r14155) -Fix (r14154): wrong comments
This commit is contained in:
parent
2ddb86eea5
commit
4a4549405c
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user