Mercurial > hg > xemacs-beta
diff src/m/alpha.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | a300bb07d72d |
line wrap: on
line diff
--- a/src/m/alpha.h Mon Aug 13 11:01:58 2007 +0200 +++ b/src/m/alpha.h Mon Aug 13 11:03:08 2007 +0200 @@ -19,6 +19,10 @@ Boston, MA 02111-1307, USA. */ +#ifdef LINUX + # define SYSTEM_MALLOC +#endif + #ifdef OSF1 # define ORDINARY_LINK #endif @@ -28,5 +32,5 @@ # define TEXT_START 0x120000000 # define DATA_START 0x140000000 /* The program to be used for unexec. */ -# define UNEXEC "unexalpha.o" +# define UNEXEC unexalpha.o #endif