# HG changeset patch # User Richard M. Stallman # Date 743330199 0 # Node ID f3717bd9ecf9cb92c82dfc57384a89711f2e48ee # Parent 6cb1cfba6500dfe4b8dadb8c9589b961381b9e30 (NO_MODE_T): Defined. diff -r 6cb1cfba6500 -r f3717bd9ecf9 src/m/att3b.h --- 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