Mercurial > emacs
changeset 4225:f3717bd9ecf9
(NO_MODE_T): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 22 Jul 1993 08:36:39 +0000 |
parents | 6cb1cfba6500 |
children | 7c7e33d6386d |
files | src/m/att3b.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/att3b.h Thu Jul 22 08:34:30 1993 +0000 +++ b/src/m/att3b.h Thu Jul 22 08:36:39 1993 +0000 @@ -161,3 +161,6 @@ /* It is safe to have no parens around the args in the safe_bcopy call, and parens would screw up the prototype decl for memmove. */ #define memmove(d, s, n) safe_bcopy (s, d, n) + +/* This affects filemode.c. */ +#define NO_MODE_T