]> git.eshelyaron.com Git - emacs.git/commitdiff
(UNEXEC): Undef before defining.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Oct 1996 15:34:06 +0000 (15:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Oct 1996 15:34:06 +0000 (15:34 +0000)
src/m/mips.h

index 00bca78eced55f9e71f1d808fa0b93c3a9e578bc..b51581791fd2cdfe477ed7241bea6dc2c9643db0 100644 (file)
@@ -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.  */