- Timestamp:
- Oct 24, 2007 4:54:08 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.