From: Richard M. Stallman Date: Thu, 22 Jul 1993 08:36:39 +0000 (+0000) Subject: (NO_MODE_T): Defined. X-Git-Tag: emacs-19.34~11626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c901003d61adb7bd8446782f9fa8c510c162dbae;p=emacs.git (NO_MODE_T): Defined. --- 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