Mercurial > hg > xemacs-beta
diff src/vm-limit.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
line wrap: on
line diff
--- a/src/vm-limit.c Mon Aug 13 11:13:33 2007 +0200 +++ b/src/vm-limit.c Mon Aug 13 11:14:34 2007 +0200 @@ -124,7 +124,7 @@ extern void (* __after_morecore_hook) (void); /* From gmalloc.c */ if (start) - data_space_start = start; + data_space_start = (char*) start; else data_space_start = start_of_data ();