diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:45:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:48:12 -0800 |
commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /msdos | |
parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz |
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/autogen/config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/msdos/autogen/config.in b/msdos/autogen/config.in index 82af9550332..6e219e760ba 100644 --- a/msdos/autogen/config.in +++ b/msdos/autogen/config.in @@ -146,7 +146,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ # define _FORTIFY_SOURCE 2 #endif - + /* Define to 1 if futimesat mishandles a NULL file name. */ #undef FUTIMESAT_NULL_BUG @@ -1659,7 +1659,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Please see the Gnulib manual for how to use these macros. Suppress extern inline with HP-UX cc, as it appears to be broken; see - <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. + <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>. Suppress extern inline with Sun C in standards-conformance mode, as it mishandles inline functions that call each other. E.g., for 'inline void f @@ -1669,7 +1669,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Suppress the use of extern inline on problematic Apple configurations, as Libc at least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., - <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. + <https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html>. Perhaps Apple will fix this some day. */ #if (defined __APPLE__ \ && ((! defined _DONT_USE_CTYPE_INLINE_ \ @@ -1827,4 +1827,3 @@ Local Variables: mode: c End: */ - |