From bc1f0dc7ebf9b60e26459ab44b543755560041f5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Aug 2003 18:12:59 +0000 Subject: [PATCH] expand contraction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7518 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/TableGen/FileLexer.l | 2 +- utils/TableGen/FileLexer.l | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/tools/TableGen/FileLexer.l b/support/tools/TableGen/FileLexer.l index a98a88170ea..ad4bd77703a 100644 --- a/support/tools/TableGen/FileLexer.l +++ b/support/tools/TableGen/FileLexer.l @@ -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 << ": "; diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index a98a88170ea..ad4bd77703a 100644 --- a/utils/TableGen/FileLexer.l +++ b/utils/TableGen/FileLexer.l @@ -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 << ": ";