diff options
| author | Paul Eggert | 2017-11-25 22:45:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-25 22:48:12 -0800 |
| commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
| tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /msdos | |
| parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
| download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip | |
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/>. */ | |||
| 146 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ | 146 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ |
| 147 | # define _FORTIFY_SOURCE 2 | 147 | # define _FORTIFY_SOURCE 2 |
| 148 | #endif | 148 | #endif |
| 149 | 149 | ||
| 150 | 150 | ||
| 151 | /* Define to 1 if futimesat mishandles a NULL file name. */ | 151 | /* Define to 1 if futimesat mishandles a NULL file name. */ |
| 152 | #undef FUTIMESAT_NULL_BUG | 152 | #undef FUTIMESAT_NULL_BUG |
| @@ -1659,7 +1659,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1659 | /* Please see the Gnulib manual for how to use these macros. | 1659 | /* Please see the Gnulib manual for how to use these macros. |
| 1660 | 1660 | ||
| 1661 | Suppress extern inline with HP-UX cc, as it appears to be broken; see | 1661 | Suppress extern inline with HP-UX cc, as it appears to be broken; see |
| 1662 | <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. | 1662 | <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>. |
| 1663 | 1663 | ||
| 1664 | Suppress extern inline with Sun C in standards-conformance mode, as it | 1664 | Suppress extern inline with Sun C in standards-conformance mode, as it |
| 1665 | mishandles inline functions that call each other. E.g., for 'inline void f | 1665 | 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/>. */ | |||
| 1669 | 1669 | ||
| 1670 | Suppress the use of extern inline on problematic Apple configurations, as | 1670 | Suppress the use of extern inline on problematic Apple configurations, as |
| 1671 | Libc at least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., | 1671 | Libc at least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., |
| 1672 | <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. | 1672 | <https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html>. |
| 1673 | Perhaps Apple will fix this some day. */ | 1673 | Perhaps Apple will fix this some day. */ |
| 1674 | #if (defined __APPLE__ \ | 1674 | #if (defined __APPLE__ \ |
| 1675 | && ((! defined _DONT_USE_CTYPE_INLINE_ \ | 1675 | && ((! defined _DONT_USE_CTYPE_INLINE_ \ |
| @@ -1827,4 +1827,3 @@ Local Variables: | |||
| 1827 | mode: c | 1827 | mode: c |
| 1828 | End: | 1828 | End: |
| 1829 | */ | 1829 | */ |
| 1830 | |||