[llvm-commits] CVS: llvm/utils/TableGen/FileLexer.l

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 4 00:00:37 PDT 2003


Changes in directory llvm/utils/TableGen:

FileLexer.l updated: 1.6 -> 1.7

---
Log message:

expand contraction


---
Diffs of the changes:

Index: llvm/utils/TableGen/FileLexer.l
diff -u llvm/utils/TableGen/FileLexer.l:1.6 llvm/utils/TableGen/FileLexer.l:1.7
--- llvm/utils/TableGen/FileLexer.l:1.6	Wed Jul 30 17:15:58 2003
+++ llvm/utils/TableGen/FileLexer.l	Sun Aug  3 13:12:59 2003
@@ -50,7 +50,7 @@
     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 << ": ";





More information about the llvm-commits mailing list