]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
find another const bug
authorDavid MacKenzie <djm@djmnet.org>
Sun, 2 Oct 1994 04:34:40 +0000 (04:34 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sun, 2 Oct 1994 04:34:40 +0000 (04:34 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 924e55cd30bd2dedb4dca51b38e1d8ed62dca9b3..4ecc480795a2151757ee565d44cfbe733b23a63a 100644 (file)
@@ -1455,6 +1455,9 @@ typedef int charset[2]; const charset x;
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
+/* NEC SVR4.0.2 mips cc rejects this.  */
+struct point {int x, y;};
+static struct point const zero;
 /* AIX XL C 1.02.0.0 rejects this.
    It does not let you subtract one const X* pointer from another in an arm
    of an if-expression whose if-part is not a constant expression */
index 924e55cd30bd2dedb4dca51b38e1d8ed62dca9b3..4ecc480795a2151757ee565d44cfbe733b23a63a 100644 (file)
@@ -1455,6 +1455,9 @@ typedef int charset[2]; const charset x;
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
+/* NEC SVR4.0.2 mips cc rejects this.  */
+struct point {int x, y;};
+static struct point const zero;
 /* AIX XL C 1.02.0.0 rejects this.
    It does not let you subtract one const X* pointer from another in an arm
    of an if-expression whose if-part is not a constant expression */