Преглед на файлове

Comment out illegal const #define

ecotarobles преди 4 години
родител
ревизия
9a622a5e44
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
 #endif
 
-#if !defined __STDC__ || !__STDC__
+#if 0 // !defined __STDC__ || !__STDC__
 /* This is a separate conditional since some stdc systems
 reject `defined (const)'.  */
 # ifndef const