diff options
| author | Richard M. Stallman | 1996-10-13 15:34:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-13 15:34:06 +0000 |
| commit | 57fdbf402a3f2fe35f7391456c6289ce4633b47b (patch) | |
| tree | 04abbab569c2cc9963ecfba5c1229e387727e0fc /src | |
| parent | 93a2702d0e815c1ccedd2e238a797769c4875ef8 (diff) | |
| download | emacs-57fdbf402a3f2fe35f7391456c6289ce4633b47b.tar.gz emacs-57fdbf402a3f2fe35f7391456c6289ce4633b47b.zip | |
(UNEXEC): Undef before defining.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ | |||
| 120 | /* This machine requires completely different unexec code | 120 | /* This machine requires completely different unexec code |
| 121 | which lives in a separate file. Specify the file name. */ | 121 | which lives in a separate file. Specify the file name. */ |
| 122 | 122 | ||
| 123 | #undef UNEXEC | ||
| 123 | #define UNEXEC unexmips.o | 124 | #define UNEXEC unexmips.o |
| 124 | 125 | ||
| 125 | /* Describe layout of the address space in an executing process. */ | 126 | /* Describe layout of the address space in an executing process. */ |