Browse Source

Comment out illegal const #define

ecotarobles 4 years ago
parent
commit
9a622a5e44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/client/getopt.c

+ 1 - 1
examples/client/getopt.c

@@ -31,7 +31,7 @@ Ditto for AIX 3.2 and <stdlib.h>.  */
 # include <config.h>
 # include <config.h>
 #endif
 #endif
 
 
-#if !defined __STDC__ || !__STDC__
+#if 0 // !defined __STDC__ || !__STDC__
 /* This is a separate conditional since some stdc systems
 /* This is a separate conditional since some stdc systems
 reject `defined (const)'.  */
 reject `defined (const)'.  */
 # ifndef const
 # ifndef const