Rename macro functions starting with two or three underscores #14447
Labels
area: MISRA-C
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
In kernel/ directory the following code snippet of function looking macros starting with two and three underscores are defined:
The macro with only one leading underscore was renamed earlier in #13379 to start with the 'Z_' prefix. The issue to be fixed is to find a suitable prefix for the rest of the macros starting with
__
and___
.The text was updated successfully, but these errors were encountered: