commit bash-20170929 snapshot

This commit is contained in:
Chet Ramey
2017-10-02 16:42:47 -04:00
parent 1ebae4666c
commit 45cccbbc0e
8 changed files with 36 additions and 6 deletions
Vendored
+2 -2
View File
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac for Bash 4.4, version 4.088.
# From configure.ac for Bash 4.4, version 4.089.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bash 4.4-maint.
#
@@ -10284,7 +10284,7 @@ else
int
main ()
{
int main() { long double r; char *foo, bar; r = strtold(foo, &bar);}
long double r; char *foo, bar; r = strtold(foo, &bar);
;
return 0;
}