diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-26 15:26:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-26 15:26:13 +0000 |
commit | 4f52399d88d2d14270187d7784fccec73ae5917f (patch) | |
tree | 5c1a90997e29ddf9e0af08b1efa248958c639eca /src/m | |
parent | 8a57e6bd2ebad5f5505b98f70379e1f79e9e296b (diff) | |
download | emacs-4f52399d88d2d14270187d7784fccec73ae5917f.tar.gz |
(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. */ /* Now define a symbol for the cpu type, if your compiler does not define it automatically. */ +#ifndef tek4300 #define tek4300 +#endif /* Use type int rather than a union, to represent Lisp_Object */ |