patch-2.4.18 linux/include/math-emu/extended.h
Next file: linux/include/math-emu/op-1.h
Previous file: linux/include/math-emu/double.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Jan 14 16:19:56 2002
- Orig file:
linux.orig/include/math-emu/extended.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/math-emu/extended.h linux/include/math-emu/extended.h
@@ -19,6 +19,10 @@
not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+#ifndef __MATH_EMU_EXTENDED_H__
+#define __MATH_EMU_EXTENDED_H__
+
#if _FP_W_TYPE_SIZE < 32
#error "Here's a nickel, kid. Go buy yourself a real computer."
#endif
@@ -388,3 +392,5 @@
#define _FP_FRAC_HIGH_RAW_E(X) (X##_f0)
#endif /* not _FP_W_TYPE_SIZE < 64 */
+
+#endif /* __MATH_EMU_EXTENDED_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)