* acspecific.m4 (AC_C_CONST): Changed from
const charset x;
to
const charset x = {0, 0};
From Jim Meyering.
+1999-09-29 Akim Demaille <akim@epita.fr>
+
+ * acspecific.m4 (AC_C_CONST): Changed from
+ const charset x;
+ to
+ const charset x = {0, 0};
+ From Jim Meyering.
+
1999-09-28 Akim Demaille <akim@epita.fr>
Start to get rid of acconfig.h. It is an anachronism.
changequote(<<, >>)dnl
<<
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0, 0};
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
changequote(<<, >>)dnl
<<
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0, 0};
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;