diff options
| author | Richard M. Stallman | 1994-07-26 15:26:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-26 15:26:13 +0000 |
| commit | bd37f91150d71bbffb0311a21800edb6929cf597 (patch) | |
| tree | a00b6d634b91b41ab03a84c0a29456bd9089aa3f /src/m | |
| parent | 597c7ed598b328e04f443c72f7005ed5bed0ff96 (diff) | |
| download | emacs-bd37f91150d71bbffb0311a21800edb6929cf597.tar.gz emacs-bd37f91150d71bbffb0311a21800edb6929cf597.zip | |
(tek4300): Don't define if already defined.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/tek4300.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h index c0cd938d66d..bd48abc78fc 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h | |||
| @@ -48,7 +48,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 48 | /* Now define a symbol for the cpu type, if your compiler | 48 | /* Now define a symbol for the cpu type, if your compiler |
| 49 | does not define it automatically. */ | 49 | does not define it automatically. */ |
| 50 | 50 | ||
| 51 | #ifndef tek4300 | ||
| 51 | #define tek4300 | 52 | #define tek4300 |
| 53 | #endif | ||
| 52 | 54 | ||
| 53 | /* Use type int rather than a union, to represent Lisp_Object */ | 55 | /* Use type int rather than a union, to represent Lisp_Object */ |
| 54 | 56 | ||