summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-26 15:26:13 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-26 15:26:13 +0000
commit4f52399d88d2d14270187d7784fccec73ae5917f (patch)
tree5c1a90997e29ddf9e0af08b1efa248958c639eca /src/m
parent8a57e6bd2ebad5f5505b98f70379e1f79e9e296b (diff)
downloademacs-4f52399d88d2d14270187d7784fccec73ae5917f.tar.gz
(tek4300): Don't define if already defined.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/tek4300.h2
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 */