r260: MSVC changes
[ctsim.git] / getopt / getopt.h
index 95ba4e184455665a6aaa6dc6543dc45d9df4bf28..6d73e9fd38a4472534d44311b4be134b1d863666 100644 (file)
@@ -82,7 +82,7 @@ extern int optopt;
 
 struct option
 {
-# if defined __STDC__ && __STDC__
+# if defined __STDC__
   const char *name;
 # else
   char *name;