patch-2.4.18 linux/include/math-emu/op-2.h
Next file: linux/include/math-emu/op-4.h
Previous file: linux/include/math-emu/op-1.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Jan 14 16:19:56 2002
- Orig file:
linux.orig/include/math-emu/op-2.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/math-emu/op-2.h linux/include/math-emu/op-2.h
@@ -22,6 +22,9 @@
not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#ifndef __MATH_EMU_OP_2_H__
+#define __MATH_EMU_OP_2_H__
+
#define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1
#define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1)
#define _FP_FRAC_SET_2(X,I) __FP_FRAC_SET_2(X, I)
@@ -606,3 +609,4 @@
_FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
} while (0)
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)