Changeset 20364 in vbox for trunk/src/VBox/Runtime/common/math/gcc
- Timestamp:
- Jun 8, 2009 12:17:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/gcc/quad.h
r4474 r20364 136 136 #endif 137 137 138 __BEGIN_DECLS138 RT_BEGIN_DECLS 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 __END_DECLS165 RT_END_DECLS
Note:
See TracChangeset
for help on using the changeset viewer.