changeset 16441:9dc3983ef65f

(UNEXEC): Undef before defining.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Oct 1996 15:34:06 +0000
parents e735290b9ebb
children e07564b5ca82
files src/m/mips.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/mips.h	Sun Oct 13 14:00:48 1996 +0000
+++ b/src/m/mips.h	Sun Oct 13 15:34:06 1996 +0000
@@ -120,6 +120,7 @@
 /* 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.  */