load: Avoid unexpected behaviour in macro expansion
Macros can be dangerous if the inserted arguments are not properly parenthesised. As macro expansion does a simple replacement, inserting a certain expression can cause the evaluation order of the macro expression to change.
parent
2637faa4
Please register or sign in to comment