aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/att3b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/att3b.h b/src/m/att3b.h
index 8dadec23cfd..540ba695fae 100644
--- a/src/m/att3b.h
+++ b/src/m/att3b.h
@@ -161,3 +161,6 @@ extern int sign_extend_temp;
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