Mercurial > emacs
changeset 8340:d1ea9505eab3
(tek4300): Don't define if already defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Jul 1994 15:26:13 +0000 |
parents | b6e4f16c969a |
children | 7198dbca1d01 |
files | src/m/tek4300.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */