X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fvm-limit.c;h=404534efcbe01408546d624a0e474b744410a975;hp=3294f124a302fb1f67a67a8bc284b69fd0f30c6f;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/vm-limit.c b/src/vm-limit.c index 3294f12..404534e 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c @@ -45,7 +45,7 @@ static int warnlevel; /* Function to call to issue a warning; 0 means don't issue them. */ -static void (*warn_function) (CONST char *); +static void (*warn_function) (const char *); /* Get more memory space, complaining if we're near the end. */ @@ -119,7 +119,7 @@ check_memory_limits (void) also declare where the end of pure storage is. */ void -memory_warnings (void *start, void (*warnfun) (CONST char *)) +memory_warnings (void *start, void (*warnfun) (const char *)) { extern void (* __after_morecore_hook) (void); /* From gmalloc.c */