Changeset 4624 for pjproject/trunk/pjlib/include/pj/compat/cc_armcc.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_armcc.h
r3553 r4624 44 44 #define PJ_NORETURN 45 45 #define PJ_ATTR_NORETURN __attribute__ ((noreturn)) 46 #define PJ_ATTR_MAY_ALIAS __attribute__ ((__may_alias__)) 46 47 47 48 #define PJ_HAS_INT64 1
Note: See TracChangeset
for help on using the changeset viewer.