patch-1.3.6 linux/arch/i386/math-emu/status_w.h

Next file: linux/drivers/char/console.c
Previous file: linux/arch/i386/math-emu/fpu_emu.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.5/linux/arch/i386/math-emu/status_w.h linux/arch/i386/math-emu/status_w.h
@@ -12,7 +12,7 @@
 
 #include "fpu_emu.h"    /* for definition of PECULIAR_486 */
 
-#ifdef __ASSEMBLER__
+#ifdef __ASSEMBLY__
 #define	Const__(x)	$##x
 #else
 #define	Const__(x)	x
@@ -36,7 +36,7 @@
 
 #define SW_Exc_Mask     Const__(0x27f)  /* Status word exception bit mask */
 
-#ifndef __ASSEMBLER__
+#ifndef __ASSEMBLY__
 
 #define COMP_A_gt_B	1
 #define COMP_A_eq_B	2
@@ -60,6 +60,6 @@
 #  define clear_C1()
 #endif PECULIAR_486
 
-#endif __ASSEMBLER__
+#endif __ASSEMBLY__
 
 #endif _STATUS_H_

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this