aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-22 08:36:39 +0000
committerRichard M. Stallman1993-07-22 08:36:39 +0000
commitc901003d61adb7bd8446782f9fa8c510c162dbae (patch)
treec0d9f4b3a89bd30ddb957769b13271d574368250 /src
parent322890c475dee6339bf8d53564ff87a8a0e2d0c3 (diff)
downloademacs-c901003d61adb7bd8446782f9fa8c510c162dbae.tar.gz
emacs-c901003d61adb7bd8446782f9fa8c510c162dbae.zip
(NO_MODE_T): Defined.
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