diff options
| author | Richard M. Stallman | 1994-09-24 00:35:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 00:35:02 +0000 |
| commit | 2ffe068d18fa110ab0125314c2f66e8605ff943f (patch) | |
| tree | 5f68fbbfc5deeaa7117b54bd6d60c152d4b78db4 | |
| parent | 3c01dd0a6eb6fb6d20d59bcda867883c8be737b3 (diff) | |
| download | emacs-2ffe068d18fa110ab0125314c2f66e8605ff943f.tar.gz emacs-2ffe068d18fa110ab0125314c2f66e8605ff943f.zip | |
(DK_HEADER_FILE): Macro deleted.
| -rw-r--r-- | src/m/next.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/next.h b/src/m/next.h index 3fb652b5666..d36bad2bbe6 100644 --- a/src/m/next.h +++ b/src/m/next.h | |||
| @@ -60,10 +60,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 60 | 60 | ||
| 61 | #define A_TEXT_OFFSET(HDR) sizeof (HDR) | 61 | #define A_TEXT_OFFSET(HDR) sizeof (HDR) |
| 62 | 62 | ||
| 63 | /* Use dk.h, not dkstat.h, in loadst.c. */ | ||
| 64 | |||
| 65 | #define DK_HEADER_FILE | ||
| 66 | |||
| 67 | /* Mask for address bits within a memory segment */ | 63 | /* Mask for address bits within a memory segment */ |
| 68 | 64 | ||
| 69 | #define SEGSIZ 0x20000 | 65 | #define SEGSIZ 0x20000 |