comparison src/m/att3b.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 1ffd52c765c7
children 7be0f0a02725
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
127 127
128 #define XINT(i) (((sign_extend_temp=(i)) & 0x00800000) \ 128 #define XINT(i) (((sign_extend_temp=(i)) & 0x00800000) \
129 ? (sign_extend_temp | 0xFF000000) \ 129 ? (sign_extend_temp | 0xFF000000) \
130 : (sign_extend_temp & 0x00FFFFFF)) 130 : (sign_extend_temp & 0x00FFFFFF))
131 131
132 #ifdef emacs /* Don't do this when makeing xmakefile! */ 132 #ifdef emacs /* Don't do this when making xmakefile! */
133 extern int sign_extend_temp; 133 extern int sign_extend_temp;
134 #endif 134 #endif
135 135
136 #if u3b2 || u3b5 || u3b15 136 #if u3b2 || u3b5 || u3b15
137 137