Kaydet (Commit) 698bdcdb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:externvar (clang-cl)

Change-Id: I29c40113f9248f9041dacc398416f39889f5ddf8
üst f2cb396c
...@@ -118,7 +118,7 @@ const struct FontEntry FontMapTab[] = ...@@ -118,7 +118,7 @@ const struct FontEntry FontMapTab[] =
}; };
#if defined(_WIN32) #if defined(_WIN32)
const char* RepFontTab[] = const char* const RepFontTab[] =
{ {
"\xb9\xd9\xc5\xc1", /* 0 */ "\xb9\xd9\xc5\xc1", /* 0 */
"\xb5\xb8\xbf\xf2", /* 1 */ "\xb5\xb8\xbf\xf2", /* 1 */
......
...@@ -52,8 +52,6 @@ typedef union { ...@@ -52,8 +52,6 @@ typedef union {
#define RIGHT_DELIM 284 #define RIGHT_DELIM 284
#define DIGIT 285 #define DIGIT 285
#ifndef _WIN32
extern YYSTYPE yylval; extern YYSTYPE yylval;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -946,9 +946,6 @@ extern "C" { ...@@ -946,9 +946,6 @@ extern "C" {
int yywrap(); int yywrap();
} }
#ifdef _WIN32
extern YYSTYPE yylval;
#endif
#ifdef TOKEN_DEBUG #ifdef TOKEN_DEBUG
#define token_debug printf #define token_debug printf
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment