-
Committer:
Uli Schlachter
-
Date:
2011-09-10 12:00:58 UTC
-
Revision ID:
git-v1:893a631aa598fc0dc3af53f1e2fb91ac4bcba8f8
Wrap MODULECALL macros in a do-while
This makes sure that there is a semicolon after his macro call and that this
macro works correctly in an if, e.g. if (foo) MODULECALL(foo);
Signed-off-by: Uli Schlachter <psychon@znc.in>