Changeset 4624 for pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h
- Timestamp:
- Oct 21, 2013 6:37:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h
r3664 r4624 54 54 #define PJ_INLINE_SPECIFIER static __inline 55 55 #define PJ_ATTR_NORETURN 56 #define PJ_ATTR_MAY_ALIAS 56 57 #else 57 58 typedef long long pj_int64_t; … … 59 60 #define PJ_INLINE_SPECIFIER static inline 60 61 #define PJ_ATTR_NORETURN __attribute__ ((noreturn)) 62 #define PJ_ATTR_MAY_ALIAS __attribute__((__may_alias__)) 61 63 #endif 62 64
Note: See TracChangeset
for help on using the changeset viewer.