Changeset 96ef156 for libcfa/src/bits/debug.hfa
- Timestamp:
- Dec 13, 2024, 5:29:12 PM (5 days ago)
- Branches:
- master
- Children:
- d30c229
- Parents:
- fb0f04d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/debug.hfa
rfb0f04d r96ef156 23 23 #define __cfaabi_dbg_ctx __PRETTY_FUNCTION__ 24 24 #define __cfaabi_dbg_ctx2 , __PRETTY_FUNCTION__ 25 #define __cfaabi_dbg_ctx_param const char caller[]26 #define __cfaabi_dbg_ctx_param2 , const char caller[]25 #define __cfaabi_dbg_ctx_param __attribute__((unused)) const char caller[] 26 #define __cfaabi_dbg_ctx_param2 , __attribute__((unused)) const char caller[] 27 27 #define __cfaabi_dbg_ctx_fwd caller 28 28 #define __cfaabi_dbg_ctx_fwd2 , caller
Note: See TracChangeset
for help on using the changeset viewer.