diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-02 20:11:13 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-02 20:11:13 (GMT) |
commit | 2056d8e7d2b5d660e547530ba05e09f8c0b8a983 (patch) | |
tree | 391b501ebc90363aac313fbb77c0b929211160b4 /configure | |
parent | 1eab0028e6cbd8d4b0012d185b8893f6e034daf2 (diff) | |
download | cpython-2056d8e7d2b5d660e547530ba05e09f8c0b8a983.zip cpython-2056d8e7d2b5d660e547530ba05e09f8c0b8a983.tar.gz cpython-2056d8e7d2b5d660e547530ba05e09f8c0b8a983.tar.bz2 |
the usual
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.198 +# From configure.in Revision: 1.199 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -5436,7 +5436,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x = {0,0}; +typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; |