Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Windows: Don’t enable GNU keywords by default.
  • Loading branch information
marsupial authored and Axel-Naumann committed Jul 5, 2017
commit c002a4a1a95273eee644a923eb39b3dcd191a4d7
2 changes: 1 addition & 1 deletion interpreter/cling/lib/Interpreter/CIFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ namespace {
#endif

if (CompilerOpts.DefaultLanguage(Opts)) {
#ifdef __STRICT_ANSI__
#ifdef __STRICT_ANSI__ || defined(LLVM_ON_WIN32)
Opts.GNUMode = 0;
#else
Opts.GNUMode = 1;
Expand Down