revert
This commit is contained in:
@@ -250,7 +250,7 @@ const char *optarg; /* argument associated with option */
|
|||||||
#define BADARG ((*options == ':') ? (int)':' : (int)'?')
|
#define BADARG ((*options == ':') ? (int)':' : (int)'?')
|
||||||
#define INORDER (int)1
|
#define INORDER (int)1
|
||||||
|
|
||||||
#define EMSG " "
|
#define EMSG ""
|
||||||
|
|
||||||
static int getopt_internal(int, char *const *, const char *,
|
static int getopt_internal(int, char *const *, const char *,
|
||||||
const struct option *, int *, int);
|
const struct option *, int *, int);
|
||||||
|
|||||||
Reference in New Issue
Block a user