]> code.delx.au - gnu-emacs/blobdiff - src/w32heap.h
Update copyright year to 2015
[gnu-emacs] / src / w32heap.h
index 18b6c85c2dec21e0e6ed4f6d744ea10c5c5b3b0f..b5eb3ffa85472c26b1c22745eaf1d4c3e79af986 100644 (file)
@@ -1,5 +1,5 @@
 /* Heap management routines (including unexec) for GNU Emacs on Windows NT.
-   Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -28,10 +28,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
  * Heap related stuff.
  */
 
-#define DUMPED_HEAP_SIZE (HEAPSIZE*1024*1024)
-
-extern unsigned char dumped_data[];
-
 extern unsigned char *get_data_start (void);
 extern unsigned char *get_data_end (void);
 extern size_t         reserved_heap_size;