This commit is contained in:
alfred 2002-10-16 22:18:42 +00:00
parent 6950d09249
commit 5962200c28

View File

@ -94,9 +94,9 @@ __weak_alias(getopt_long,_getopt_long)
#define EMSG "" #define EMSG ""
static int getopt_internal __P((int, char * const *, const char *)); static int getopt_internal(int, char * const *, const char *);
static int gcd __P((int, int)); static int gcd(int, int);
static void permute_args __P((int, int, int, char * const *)); static void permute_args(int, int, int, char * const *);
static char *place = EMSG; /* option letter processing */ static char *place = EMSG; /* option letter processing */