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

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

diff -u --recursive --new-file v1.3.5/linux/arch/i386/math-emu/exception.h linux/arch/i386/math-emu/exception.h
@@ -10,7 +10,7 @@
 #define _EXCEPTION_H_
 
 
-#ifdef __ASSEMBLER__
+#ifdef __ASSEMBLY__
 #define	Const_(x)	$##x
 #else
 #define	Const_(x)	x
@@ -39,7 +39,7 @@
 #define PRECISION_LOST_DOWN  Const_(EX_Precision)
 
 
-#ifndef __ASSEMBLER__
+#ifndef __ASSEMBLY__
 
 #ifdef DEBUG
 #define	EXCEPTION(x)	{ printk("exception in %s at line %d\n", \
@@ -48,6 +48,6 @@
 #define	EXCEPTION(x)	exception(x)
 #endif
 
-#endif __ASSEMBLER__
+#endif __ASSEMBLY__
 
 #endif _EXCEPTION_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