diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-27 12:40:04 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-27 12:40:04 +0200 |
commit | dc12ad8978853991c16d27778152526bd91a9f89 (patch) | |
tree | b48fcab8da7a4e1067f86f39f03b0591df505e0a /msdos/autogen/config.in | |
parent | d22d7d6be8c6348eead9412d6f05b18de3f481b6 (diff) | |
download | emacs-dc12ad8978853991c16d27778152526bd91a9f89.tar.gz emacs-dc12ad8978853991c16d27778152526bd91a9f89.tar.bz2 emacs-dc12ad8978853991c16d27778152526bd91a9f89.zip |
; Update some links to HTTPS and note some broken links
Diffstat (limited to 'msdos/autogen/config.in')
-rw-r--r-- | msdos/autogen/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/autogen/config.in b/msdos/autogen/config.in index 263cba15a28..560f5f346ff 100644 --- a/msdos/autogen/config.in +++ b/msdos/autogen/config.in @@ -1712,7 +1712,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* Suppress GCC's bogus "no previous prototype for 'FOO'" and "no previous declaration for 'FOO'" diagnostics, when FOO is an inline function in the header; see - <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */ + <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */ # define _GL_INLINE_HEADER_BEGIN \ _Pragma ("GCC diagnostic push") \ _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ |