Mercurial > hg > xemacs-beta
diff src/vm-limit.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 3d6bfa290dbd |
children | a86b2b5e0111 |
line wrap: on
line diff
--- a/src/vm-limit.c Mon Aug 13 11:12:06 2007 +0200 +++ b/src/vm-limit.c Mon Aug 13 11:13:30 2007 +0200 @@ -45,7 +45,7 @@ /* 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 @@ 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 */