diff options
| author | Richard M. Stallman | 1993-11-28 11:33:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-28 11:33:43 +0000 |
| commit | cabfafdc13d4a5421fe1c5527d16035760170926 (patch) | |
| tree | 62f324624b1052fd1c9d595f7bb4c9f968cb57e8 /src | |
| parent | e19e176ab9058c65a8b0b798ae814ab3b0d89ecf (diff) | |
| download | emacs-cabfafdc13d4a5421fe1c5527d16035760170926.tar.gz emacs-cabfafdc13d4a5421fe1c5527d16035760170926.zip | |
(NO_MODE_T): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/tek4300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index 3fe5b6c9c5c..d91a77c7d39 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h | |||
| @@ -103,3 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 103 | src/Makefile.in so it doesn't pass ${CFLAGS} when creating xmakefile. */ | 103 | src/Makefile.in so it doesn't pass ${CFLAGS} when creating xmakefile. */ |
| 104 | 104 | ||
| 105 | #define C_DEBUG_SWITCH | 105 | #define C_DEBUG_SWITCH |
| 106 | |||
| 107 | /* eirik@elf.ithaca.ny.us said this was needed in 19.22. */ | ||
| 108 | #define NO_MODE_T | ||