mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
the usual
This commit is contained in:
parent
1eab0028e6
commit
2056d8e7d2
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue