diff options
| author | Richard M. Stallman | 1995-04-13 06:40:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-13 06:40:19 +0000 |
| commit | b58912b7d938af0b447e8545ec0aac702d114935 (patch) | |
| tree | d8104a0c298438748efbc95fcad9e2d59df0d74a /src | |
| parent | 89901917efbd37aa577f3e5b207864e07af7ad5a (diff) | |
| download | emacs-b58912b7d938af0b447e8545ec0aac702d114935.tar.gz emacs-b58912b7d938af0b447e8545ec0aac702d114935.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/gec63.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/m/gec63.h b/src/m/gec63.h index f8fb44af57f..fcc97e2bf50 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h | |||
| @@ -57,6 +57,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #undef TERMCAP | 57 | #undef TERMCAP |
| 58 | #define TERMINFO | 58 | #define TERMINFO |
| 59 | 59 | ||
| 60 | #define NO_REMAP | ||
| 61 | |||
| 62 | /* The rest of the file certainly needs updating for Emacs 19.29! */ | ||
| 63 | |||
| 60 | /* Define sizes of portions of a Lisp_Object. */ | 64 | /* Define sizes of portions of a Lisp_Object. */ |
| 61 | #define VALBITS 24 | 65 | #define VALBITS 24 |
| 62 | 66 | ||
| @@ -72,5 +76,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 72 | 76 | ||
| 73 | /* Move some garbage-collector flag bits to different bit positions. */ | 77 | /* Move some garbage-collector flag bits to different bit positions. */ |
| 74 | #define ARRAY_MARK_FLAG (1 << 27) | 78 | #define ARRAY_MARK_FLAG (1 << 27) |
| 75 | |||
| 76 | #define NO_REMAP | ||