mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
expand contraction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49136e123d
commit
bc1f0dc7eb
@ -50,7 +50,7 @@ std::ostream &err() {
|
||||
return std::cerr << "At end of input: ";
|
||||
|
||||
for (unsigned i = 0, e = IncludeStack.size()-1; i != e; ++i)
|
||||
std::cerr << "IncFrom " << IncludeStack[i].Filename << ":"
|
||||
std::cerr << "Included from " << IncludeStack[i].Filename << ":"
|
||||
<< IncludeStack[i].LineNo << ":\n";
|
||||
return std::cerr << "Parsing " << IncludeStack.back().Filename << ":"
|
||||
<< Filelineno << ": ";
|
||||
|
@ -50,7 +50,7 @@ std::ostream &err() {
|
||||
return std::cerr << "At end of input: ";
|
||||
|
||||
for (unsigned i = 0, e = IncludeStack.size()-1; i != e; ++i)
|
||||
std::cerr << "IncFrom " << IncludeStack[i].Filename << ":"
|
||||
std::cerr << "Included from " << IncludeStack[i].Filename << ":"
|
||||
<< IncludeStack[i].LineNo << ":\n";
|
||||
return std::cerr << "Parsing " << IncludeStack.back().Filename << ":"
|
||||
<< Filelineno << ": ";
|
||||
|
Loading…
Reference in New Issue
Block a user