Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gnulib/import/m4 Undo local NFC patch



details:   https://anonhg.NetBSD.org/src/rev/069fa90c363c
branches:  trunk
changeset: 940227:069fa90c363c
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Oct 06 21:54:01 2020 +0000

description:
Undo local NFC patch

diffstat:

 external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3fdc394bdb1f -r 069fa90c363c external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4
--- a/external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4        Tue Oct 06 21:51:33 2020 +0000
+++ b/external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4        Tue Oct 06 21:54:01 2020 +0000
@@ -754,6 +754,7 @@
       case "$host_os" in
                               # Guess no on AIX and glibc systems.
         aix* | *-gnu* | gnu*) gl_cv_func_mbrtowc_empty_input="guessing no" ;;
+                              # Guess yes on native Windows.
         mingw*)               gl_cv_func_mbrtowc_empty_input="guessing yes" ;;
         *)                    gl_cv_func_mbrtowc_empty_input="guessing yes" ;;
       esac



Home | Main Index | Thread Index | Old Index