X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=getopt%2Fgetopt.h;h=6d73e9fd38a4472534d44311b4be134b1d863666;hp=95ba4e184455665a6aaa6dc6543dc45d9df4bf28;hb=1b16aa3f50af7b0c9749c077d9785d7d71928183;hpb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb diff --git a/getopt/getopt.h b/getopt/getopt.h index 95ba4e1..6d73e9f 100644 --- a/getopt/getopt.h +++ b/getopt/getopt.h @@ -82,7 +82,7 @@ extern int optopt; struct option { -# if defined __STDC__ && __STDC__ +# if defined __STDC__ const char *name; # else char *name;