Skip to content

build: Check usages of #if defined(...)

I tried to go over #16419 (closed).

Based on #16344 I interpreted that the AC_DEFINE like the following:

AC_DEFINE(USE_EXTERNAL_ASM, 1, [Define this symbol if an external (non-inline) assembly implementation is used])

Results in value defines which also #16547 suggests.

If I've missunderstood anything or if there is more #if defined or #ifdef that should be #if then please let me know and I will update the pull request.

Merge request reports

Loading