Attention is currently required from: neels, osmith.
1 comment:
File include/osmocom/core/utils.h:
Patch Set #1, Line 329: } while (0)
yeah, it's becoming a habit. it is a form of inlining code but .. […]
inline functions have various advantages, starting from better syntax highlighting in the editor/IDE, higher chances that automatic tools might understand what's going on, and last but not least you also have your own scope for variables, ability to use recursive calls, ...
To view, visit change 35207. To unsubscribe, or for help writing mail filters, visit settings.