You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
256 B
14 lines
256 B
3 months ago
|
--- configure
|
||
|
+++ configure
|
||
|
@@ -4697,8 +4697,8 @@ main ()
|
||
|
for (i = 0; i < 256; i++)
|
||
|
if (XOR (islower (i), ISLOWER (i))
|
||
|
|| toupper (i) != TOUPPER (i))
|
||
|
- exit(2);
|
||
|
- exit (0);
|
||
|
+ return 2;
|
||
|
+ return 0;
|
||
|
}
|
||
|
_ACEOF
|
||
|
rm -f conftest$ac_exeext
|