X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b50a20709f8ec549c18b8dd8665f6f61ee151c82..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/vm-limit.c diff --git a/src/vm-limit.c b/src/vm-limit.c index 42f04708f9..58e7729186 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c @@ -5,8 +5,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -54,10 +54,10 @@ char data_start[1] = { 1 }; #ifdef HAVE_MALLOC_H # include #endif -#ifndef __MALLOC_HOOK_VOLATILE -# define __MALLOC_HOOK_VOLATILE volatile -#endif #ifndef HAVE_MALLOC_H +# ifndef __MALLOC_HOOK_VOLATILE +# define __MALLOC_HOOK_VOLATILE volatile +# endif extern void *(*__morecore) (ptrdiff_t); extern void (*__MALLOC_HOOK_VOLATILE __after_morecore_hook) (void); #endif