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 previous, it wa...



details:   https://anonhg.NetBSD.org/src/rev/2df06cff66a2
branches:  trunk
changeset: 938928:2df06cff66a2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 20 16:00:56 2020 +0000

description:
undo previous, it was correct

diffstat:

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

diffs (21 lines):

diff -r 16f9c18ede31 -r 2df06cff66a2 external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4
--- a/external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4        Sun Sep 20 15:30:11 2020 +0000
+++ b/external/gpl3/gdb/dist/gnulib/import/m4/mbrtowc.m4        Sun Sep 20 16:00:56 2020 +0000
@@ -172,8 +172,6 @@
       case "$host_os" in
                      # Guess no on AIX and OSF/1.
         aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
-                     # Guess no on bsd.
-        *bsd*)      gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
                      # Guess yes otherwise.
         *)           gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
       esac
@@ -756,8 +754,6 @@
       case "$host_os" in
                               # Guess no on AIX and glibc systems.
         aix* | *-gnu* | gnu*) gl_cv_func_mbrtowc_empty_input="guessing no" ;;
-        *bsd*)               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