mirror of
https://github.com/mirror/make.git
synced 2024-12-28 22:00:33 +08:00
automatically generated from GPLed version
This commit is contained in:
parent
91da8b09df
commit
4950159344
9
getopt.c
9
getopt.c
@ -201,15 +201,18 @@ static char *posixly_correct;
|
||||
# define my_index strchr
|
||||
#else
|
||||
|
||||
# if HAVE_STRING_H
|
||||
# include <string.h>
|
||||
# else
|
||||
# include <strings.h>
|
||||
# endif
|
||||
|
||||
/* Avoid depending on library functions or files
|
||||
whose names are inconsistent. */
|
||||
|
||||
#ifndef getenv
|
||||
extern char *getenv ();
|
||||
#endif
|
||||
#ifndef strncmp
|
||||
extern int strncmp ();
|
||||
#endif
|
||||
|
||||
static char *
|
||||
my_index (str, chr)
|
||||
|
Loading…
Reference in New Issue
Block a user