mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Tweak last commit.
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
#ifndef ELIDE_CODE
|
||||
|
||||
|
||||
/* Get size_t. */
|
||||
#include <stddef.h>
|
||||
|
||||
/* This needs to come after some library #include
|
||||
to get __GNU_LIBRARY__ defined. */
|
||||
#ifdef __GNU_LIBRARY__
|
||||
@@ -206,6 +209,9 @@ my_index (const char *str, int chr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern int strcmp (const char *, const char *);
|
||||
extern size_t strlen (const char *);
|
||||
|
||||
#endif /* not __GNU_LIBRARY__ */
|
||||
|
||||
/* Handle permutation of arguments. */
|
||||
|
||||
Reference in New Issue
Block a user