diff options
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index b5b18919a4a..56c5992fe61 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -21,11 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif - -#include <stdlib.h> #include <stdio.h> #include <setjmp.h> @@ -222,7 +218,7 @@ sbrk (unsigned long increment) was allocated by something else; GNU malloc detects when there is a jump in the sbrk values, and starts a new heap block. */ void -init_heap () +init_heap (void) { PIMAGE_DOS_HEADER dos_header; PIMAGE_NT_HEADERS nt_header; @@ -302,5 +298,3 @@ _heap_term (void) #endif -/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c - (do not change this comment) */ |