]> git.eshelyaron.com Git - emacs.git/commitdiff
(NO_MODE_T): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Jul 1993 08:36:39 +0000 (08:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Jul 1993 08:36:39 +0000 (08:36 +0000)
src/m/att3b.h

index 8dadec23cfdb5e5cf9a3bcab68185be48c31511a..540ba695fae8ca2de0f4e0bd9f6124a776f13e3b 100644 (file)
@@ -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