aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsxwidget.h2
-rw-r--r--src/nsxwidget.m2
-rw-r--r--src/w32heap.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/nsxwidget.h b/src/nsxwidget.h
index 3d91594c341..dcdb26cb34c 100644
--- a/src/nsxwidget.h
+++ b/src/nsxwidget.h
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20#ifndef NSXWIDGET_H_INCLUDED 20#ifndef NSXWIDGET_H_INCLUDED
21#define NSXWIDGET_H_INCLUDED 21#define NSXWIDGET_H_INCLUDED
diff --git a/src/nsxwidget.m b/src/nsxwidget.m
index 3c6402c03ff..dbd4cb29a62 100644
--- a/src/nsxwidget.m
+++ b/src/nsxwidget.m
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20#include <config.h> 20#include <config.h>
21 21
diff --git a/src/w32heap.c b/src/w32heap.c
index ba3550b6e9b..a72bed62caf 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -191,7 +191,7 @@ free_fn the_free_fn;
191 191
192/* It doesn't seem to be useful to allocate from a file mapping. 192/* It doesn't seem to be useful to allocate from a file mapping.
193 It would be if the memory was shared. 193 It would be if the memory was shared.
194 http://stackoverflow.com/questions/307060/what-is-the-purpose-of-allocating-pages-in-the-pagefile-with-createfilemapping */ 194 https://stackoverflow.com/questions/307060/what-is-the-purpose-of-allocating-pages-in-the-pagefile-with-createfilemapping */
195 195
196/* This is the function to commit memory when the heap allocator 196/* This is the function to commit memory when the heap allocator
197 claims for new memory. Before dumping with unexec, we allocate 197 claims for new memory. Before dumping with unexec, we allocate
@@ -246,7 +246,7 @@ init_heap (bool use_dynamic_heap)
246 environment before starting GDB to get low fragmentation heap 246 environment before starting GDB to get low fragmentation heap
247 on XP and older systems, for the price of losing "certain 247 on XP and older systems, for the price of losing "certain
248 heap debug options"; for the details see 248 heap debug options"; for the details see
249 http://msdn.microsoft.com/en-us/library/windows/desktop/aa366705%28v=vs.85%29.aspx. */ 249 https://msdn.microsoft.com/en-us/library/windows/desktop/aa366705%28v=vs.85%29.aspx. */
250 data_region_end = data_region_base; 250 data_region_end = data_region_base;
251 251
252 /* Create the private heap. */ 252 /* Create the private heap. */