# HG changeset patch # User Richard M. Stallman # Date 775236373 0 # Node ID d1ea9505eab3eedfed3a742bcd49f1e6eefa3d06 # Parent b6e4f16c969ac42c1e3ccd59aed65b44bdd1d6a6 (tek4300): Don't define if already defined. diff -r b6e4f16c969a -r d1ea9505eab3 src/m/tek4300.h --- a/src/m/tek4300.h Tue Jul 26 00:46:07 1994 +0000 +++ b/src/m/tek4300.h Tue Jul 26 15:26:13 1994 +0000 @@ -48,7 +48,9 @@ /* 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 */