From: Richard M. Stallman Date: Sun, 13 Oct 1996 15:34:06 +0000 (+0000) Subject: (UNEXEC): Undef before defining. X-Git-Tag: emacs-20.1~3503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57fdbf402a3f2fe35f7391456c6289ce4633b47b;p=emacs.git (UNEXEC): Undef before defining. --- diff --git a/src/m/mips.h b/src/m/mips.h index 00bca78eced..b51581791fd 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -120,6 +120,7 @@ NOTE-END */ /* This machine requires completely different unexec code which lives in a separate file. Specify the file name. */ +#undef UNEXEC #define UNEXEC unexmips.o /* Describe layout of the address space in an executing process. */