Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/cc_armcc.h

    r1246 r1269  
    3434#define PJ_CC_VER_3             __ARMCC_PATCHLEVEL__ 
    3535 
     36#ifdef __cplusplus 
     37#  define PJ_INLINE_SPECIFIER   inline 
     38#else 
     39#  define PJ_INLINE_SPECIFIER   static __inline 
     40#endif 
    3641 
    37 #define PJ_INLINE_SPECIFIER     static // why is not inline accepted? 
    3842#define PJ_THREAD_FUNC   
    3943#define PJ_NORETURN              
Note: See TracChangeset for help on using the changeset viewer.