comparison src/m/att3b.h @ 4225:f3717bd9ecf9

(NO_MODE_T): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Jul 1993 08:36:39 +0000
parents 86d3758ff85b
children 191acacfa1ec
comparison
equal deleted inserted replaced
4224:6cb1cfba6500 4225:f3717bd9ecf9
159 159
160 /* 3b2 does not have memmove, I'm told. */ 160 /* 3b2 does not have memmove, I'm told. */
161 /* It is safe to have no parens around the args in the safe_bcopy call, 161 /* It is safe to have no parens around the args in the safe_bcopy call,
162 and parens would screw up the prototype decl for memmove. */ 162 and parens would screw up the prototype decl for memmove. */
163 #define memmove(d, s, n) safe_bcopy (s, d, n) 163 #define memmove(d, s, n) safe_bcopy (s, d, n)
164
165 /* This affects filemode.c. */
166 #define NO_MODE_T