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
- Lines: 26
- Date:
Thu Jun 29 18:25:27 1995
- Orig file:
v1.3.5/linux/arch/i386/math-emu/exception.h
- Orig date:
Wed Dec 1 14:44:16 1993
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