Convention in libunwind is to use !defined(FOO) not !FOO.
Details
Diff Detail
Event Timeline
LGTM minus the suggested cleanup.
include/__libunwind_config.h | ||
---|---|---|
14–15 | This should have an empty definition to avoid people depending on the value 1. | |
20 | This should have an empty definition to avoid people depending on the value 1. | |
src/config.h | ||
34–35 | This should have an empty definition to avoid people depending on the value 1. | |
51–52 | This should have an empty definition to avoid people depending on the value 1. | |
55–56 | This should have an empty definition to avoid people depending on the value 1. | |
63–64 | This should have an empty definition to avoid people depending on the value 1. |
This should have an empty definition to avoid people depending on the value 1.