bcc: remove trailing semicolon of macro
authorJacky_Yin <jjyyg1123@gmail.com>
Wed, 24 Nov 2021 07:56:23 +0000 (15:56 +0800)
committeryonghong-song <ys114321@gmail.com>
Wed, 24 Nov 2021 17:59:50 +0000 (09:59 -0800)
commit2949f5a7539893e8c955bb5b0369c8529f5c21b7
treef4c71caf69c636856b7af5000601682dd58c8324
parent91a79837aac50232c7dd424667e6e20ab2a5ee38
bcc: remove trailing semicolon of macro

The trailing semicolon of a do-while style macro will cause
a if-else condition without braces failed to compile.
Meanwhile, also align with other do-while style macros.
src/cc/export/helpers.h