Windows: Don’t enable GNU keywords by default.
This commit is contained in:
parent
66ba7a896c
commit
1abc6539a9
@ -418,7 +418,7 @@ namespace {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (CompilerOpts.DefaultLanguage(Opts)) {
|
if (CompilerOpts.DefaultLanguage(Opts)) {
|
||||||
#ifdef __STRICT_ANSI__
|
#ifdef __STRICT_ANSI__ || defined(LLVM_ON_WIN32)
|
||||||
Opts.GNUMode = 0;
|
Opts.GNUMode = 0;
|
||||||
#else
|
#else
|
||||||
Opts.GNUMode = 1;
|
Opts.GNUMode = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user