]> code.delx.au - gnu-emacs/blobdiff - src/w32heap.c
Allow composition striding over PT.
[gnu-emacs] / src / w32heap.c
index 440388c6eabd794956c8294408d4f60a170f81d1..e307694a563a0671b6582b49cc0984ed034a1b40 100644 (file)
@@ -222,7 +222,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;