Ignore:
Timestamp:
Jan 29, 2010, 12:20:11 PM (14 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/internal/Utilities.hpp

    r3690 r7523  
    4040#define UTILITIES_HPP_
    4141
     42#include "ariba/config.h"
    4243#include <boost/cstdint.hpp>
    4344#include <boost/type_traits.hpp>
     
    4647/* force inline macro */
    4748#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
    4954#endif
    5055
Note: See TracChangeset for help on using the changeset viewer.