X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Falpha.h;h=b04dab539382959e79bbca3a1dc54281edd8be80;hb=9dd9907940703a7d48a837963427a3c9301e15d3;hp=2bc6764c16a6f15d59a9c8a6ee0737d4d85f9919;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/m/alpha.h b/src/m/alpha.h index 2bc6764..b04dab5 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -19,10 +19,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef LINUX - # define SYSTEM_MALLOC -#endif - #ifdef OSF1 # define ORDINARY_LINK #endif @@ -32,5 +28,5 @@ Boston, MA 02111-1307, USA. */ # define TEXT_START 0x120000000 # define DATA_START 0x140000000 /* The program to be used for unexec. */ -# define UNEXEC unexalpha.o +# define UNEXEC "unexalpha.o" #endif