diff options
Diffstat (limited to 'src')
| -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 | ||