diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-06 13:35:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-06 13:35:12 (GMT) |
commit | 7b6d53fa3bc9dbcc23c4b6cad4bf7e9d30a61eaa (patch) | |
tree | 3ec0013919a786a5184a1ee5b77459c9091b1da8 /unix/configure | |
parent | e352e2b742b841376c7bfdc0c12cb5d198869a50 (diff) | |
parent | ec01eef200318de0c4ec4236258febc61e836b58 (diff) | |
download | tcl-7b6d53fa3bc9dbcc23c4b6cad4bf7e9d30a61eaa.zip tcl-7b6d53fa3bc9dbcc23c4b6cad4bf7e9d30a61eaa.tar.gz tcl-7b6d53fa3bc9dbcc23c4b6cad4bf7e9d30a61eaa.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index c0b1416..bb4f245 100755 --- a/unix/configure +++ b/unix/configure @@ -8639,7 +8639,7 @@ else int main () { -struct tm tm; tm.tm_gmtoff; +struct tm tm; (void)tm.tm_gmtoff; ; return 0; } |