From c901003d61adb7bd8446782f9fa8c510c162dbae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Jul 1993 08:36:39 +0000 Subject: [PATCH] (NO_MODE_T): Defined. --- src/m/att3b.h | 3 +++ 1 file changed, 3 insertions(+) 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; /* 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 -- 2.39.5