Changeset 20374 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/gcc/quad.h
r20364 r20374 136 136 #endif 137 137 138 RT_ BEGIN_DECLS138 RT_C_DECLS_BEGIN 139 139 quad_t __adddi3 __P((quad_t, quad_t)); 140 140 quad_t __anddi3 __P((quad_t, quad_t)); … … 163 163 u_quad_t __umoddi3 __P((u_quad_t, u_quad_t )); 164 164 quad_t __xordi3 __P((quad_t, quad_t)); 165 RT_ END_DECLS165 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.