Changeset 20362 in vbox for trunk/include/iprt/assert.h
- Timestamp:
- Jun 8, 2009 12:14:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r18575 r20362 78 78 */ 79 79 80 __BEGIN_DECLS80 RT_BEGIN_DECLS 81 81 82 82 /** … … 164 164 /** @} */ 165 165 166 __END_DECLS166 RT_END_DECLS 167 167 168 168 /** @def RTAssertDebugBreak() … … 209 209 */ 210 210 #ifdef __GNUC__ 211 __BEGIN_DECLS211 RT_BEGIN_DECLS 212 212 #endif 213 213 extern int RTASSERTVAR[1]; 214 214 #ifdef __GNUC__ 215 __END_DECLS215 RT_END_DECLS 216 216 #endif 217 217
Note:
See TracChangeset
for help on using the changeset viewer.