From: Paul Eggert Date: Wed, 26 Jan 2022 17:33:03 +0000 (-0800) Subject: close-stream: avoid crash on MSVC Debug mode X-Git-Tag: v1.0~2379 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=364c5ba2e40d17e98cc66021ef893e30a009068b;p=gnulib.git close-stream: avoid crash on MSVC Debug mode Problem reported by Julien Marrec in: https://lists.gnu.org/r/bug-m4/2022-01/msg00000.html * modules/close-stream (Depends-on): Depend on fclose. --- diff --git a/ChangeLog b/ChangeLog index fc4e46747b..f0e65522ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-01-26 Paul Eggert + + close-stream: avoid crash on MSVC Debug mode + Problem reported by Julien Marrec in: + https://lists.gnu.org/r/bug-m4/2022-01/msg00000.html + * modules/close-stream (Depends-on): Depend on fclose. + 2022-01-23 Paul Eggert xstrtoimax, xstrtoumax: depend on inttypes-incomplete diff --git a/modules/close-stream b/modules/close-stream index 78ed207992..4fce2ea233 100644 --- a/modules/close-stream +++ b/modules/close-stream @@ -6,6 +6,7 @@ lib/close-stream.h lib/close-stream.c Depends-on: +fclose fpending stdbool