From bd37f91150d71bbffb0311a21800edb6929cf597 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Jul 1994 15:26:13 +0000 Subject: [PATCH] (tek4300): Don't define if already defined. --- src/m/tek4300.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5