Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2056d8e

Browse files
committed
the usual
1 parent 1eab002 commit 2056d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.198
3+
# From configure.in Revision: 1.199
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -5436,7 +5436,7 @@ else
54365436
int main() {
54375437
54385438
/* Ultrix mips cc rejects this. */
5439-
typedef int charset[2]; const charset x = {0,0};
5439+
typedef int charset[2]; const charset x;
54405440
/* SunOS 4.1.1 cc rejects this. */
54415441
char const *const *ccp;
54425442
char **p;

0 commit comments

Comments
 (0)