]> sjero.net Git - wget/blobdiff - src/getopt.h
[svn] Remove warnings under Borland C.
[wget] / src / getopt.h
index 45541f5ac0f96d1125f63208961f52ecde06051e..c8e96c7ff1efc7bff495164f627ac26c10310650 100644 (file)
@@ -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;