-Werror,-Wundef

see c665a1bc0f for __STDC__ not defined under
MSVC/clang-cl.

Change-Id: I65d8a3b33ff40fc80c52b294b0c5bc75d9f5cf2f
This commit is contained in:
Stephan Bergmann
2016-03-04 08:58:44 +01:00
parent a70586d998
commit 7a43da0613

View File

@@ -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