K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-06-08T13:50:48.703960Z K 7 svn:log V 344 MFstable/10 r301619: MFC r300430: Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on each line As a positive side-effect, this eliminates the double semicolons reported by Coverity: the macro contained a trailing semicolon, in addition to the semicolon placed on each line where EXPAND(..) was called. CID: 1194269 END