Added standard macro guard. In case __GNUC_VA_LIST was not
defined or defined identically before there will not be any change in functionality. MinGW-w64 defines __GNUC_VA_LIST as #define __GNUC_VA_LIST which is different than the definition here, causing a warning without the guard. llvm-svn: 212183
Loading
Please sign in to comment