X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgetopt.h;h=c8e96c7ff1efc7bff495164f627ac26c10310650;hp=45541f5ac0f96d1125f63208961f52ecde06051e;hb=e2241936d021f264c06f57f260f22960ae77ddea;hpb=c5ca8b715218d07db373c2ec4ffd54d2c5335919 diff --git a/src/getopt.h b/src/getopt.h index 45541f5a..c8e96c7f 100644 --- a/src/getopt.h +++ b/src/getopt.h @@ -76,11 +76,7 @@ extern int optopt; struct option { -#if __STDC__ const char *name; -#else - char *name; -#endif /* has_arg can't be an enum because some compilers complain about type mismatches in all the code that assumes it is an int. */ int has_arg;