-Werror,-Wundef
see c665a1bc0f
for __STDC__ not defined under
MSVC/clang-cl.
Change-Id: I65d8a3b33ff40fc80c52b294b0c5bc75d9f5cf2f
This commit is contained in:
@@ -1023,7 +1023,7 @@ static int yy_top_state YY_PROTO(( void ));
|
||||
#ifdef YY_MALLOC_DECL
|
||||
YY_MALLOC_DECL
|
||||
#else
|
||||
#if __STDC__
|
||||
#if defined __STDC__ && __STDC__
|
||||
#ifndef __cplusplus
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user