Changeset 5485
- Timestamp:
- 10/24/07 18:54:08 (1 year ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r5328 r5485 538 538 * How to declare a function as inline. 539 539 * @param type The return type of the function declaration. 540 * @remarks Don't use this macro on C++ methods. 540 541 */ 541 542 #ifdef __GNUC__ 542 # define DECLINLINE(type) static inlinetype543 # define DECLINLINE(type) static __inline__ type 543 544 #elif defined(__cplusplus) 544 545 # define DECLINLINE(type) inline type

