comparison src/m/att3b.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
142 and parens would screw up the prototype decl for memmove. */ 142 and parens would screw up the prototype decl for memmove. */
143 #define memmove(d, s, n) safe_bcopy (s, d, n) 143 #define memmove(d, s, n) safe_bcopy (s, d, n)
144 144
145 /* This affects filemode.c. */ 145 /* This affects filemode.c. */
146 #define NO_MODE_T 146 #define NO_MODE_T
147
148 /* arch-tag: 07441a37-d630-447f-94fa-7da19645c97a
149 (do not change this comment) */