Missing newline (breaking echo.C?)

This commit is contained in:
Axel Naumann 2017-07-03 16:29:01 +02:00 committed by sftnight
parent 609b88eabd
commit 4259fa5c74

View File

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