patch-2.4.4 linux/arch/i386/math-emu/exception.h
Next file: linux/arch/i386/math-emu/fpu_asm.h
Previous file: linux/arch/i386/math-emu/errors.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 6 10:42:47 2001
- Orig file:
v2.4.3/linux/arch/i386/math-emu/exception.h
- Orig date:
Mon Dec 11 13:34:33 2000
diff -u --recursive --new-file v2.4.3/linux/arch/i386/math-emu/exception.h linux/arch/i386/math-emu/exception.h
@@ -18,7 +18,7 @@
#ifndef SW_C1
#include "fpu_emu.h"
-#endif SW_C1
+#endif /* SW_C1 */
#define FPU_BUSY Const_(0x8000) /* FPU busy bit (8087 compatibility) */
#define EX_ErrorSummary Const_(0x0080) /* Error summary status */
@@ -48,6 +48,6 @@
#define EXCEPTION(x) FPU_exception(x)
#endif
-#endif __ASSEMBLY__
+#endif /* __ASSEMBLY__ */
-#endif _EXCEPTION_H_
+#endif /* _EXCEPTION_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)