Missing newline (breaking echo.C?)
This commit is contained in:
parent
609b88eabd
commit
4259fa5c74
@ -454,7 +454,8 @@ namespace {
|
||||
// unconditionally set in c++config.h) and #if !__STRICT_ANSI__. Tweak
|
||||
// the latter by disabling GNUMode:
|
||||
cling::errs()
|
||||
<< "Disabling gnu++: clang has no __float128 support on this target!";
|
||||
<< "Disabling gnu++: "
|
||||
"clang has no __float128 support on this target!\n";
|
||||
Opts.GNUMode = 0;
|
||||
}
|
||||
#endif //_GLIBCXX_USE_FLOAT128
|
||||
|
Loading…
x
Reference in New Issue
Block a user