]> git.eshelyaron.com Git - emacs.git/commitdiff
(tek4300): Don't define if already defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Jul 1994 15:26:13 +0000 (15:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Jul 1994 15:26:13 +0000 (15:26 +0000)
src/m/tek4300.h

index c0cd938d66d859dfc7511f055315f9d4a2745f14..bd48abc78fcdcf7f31317a214d145ad517fa562d 100644 (file)
@@ -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 */