Changeset 7523 for source/ariba/utility/internal
- Timestamp:
- Jan 29, 2010, 12:20:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/internal/Utilities.hpp
r3690 r7523 40 40 #define UTILITIES_HPP_ 41 41 42 #include "ariba/config.h" 42 43 #include <boost/cstdint.hpp> 43 44 #include <boost/type_traits.hpp> … … 46 47 /* force inline macro */ 47 48 #ifndef finline 48 #define finline inline __attribute__((always_inline)) 49 #ifdef HAVE_MAEMO 50 #define finline inline 51 #else 52 #define finline inline __attribute__((always_inline)) 53 #endif 49 54 #endif 50 55
Note:
See TracChangeset
for help on using the changeset viewer.