OSDN Git Service

Update file header comment
authorChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 20:08:28 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 20:08:28 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7574 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/FileLexer.l
utils/TableGen/FileLexer.l

index 9f68955..4f54a52 100644 (file)
@@ -1,7 +1,9 @@
 /*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===//
 //
+// This file defines a simple flex scanner for TableGen files.  This is pretty
+// straight-forward, except for the magic to handle file inclusion.
 //
-//===------------------------------------------------------------------------=*/
+//===----------------------------------------------------------------------===*/
 
 %option prefix="File"
 %option yylineno
index 9f68955..4f54a52 100644 (file)
@@ -1,7 +1,9 @@
 /*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===//
 //
+// This file defines a simple flex scanner for TableGen files.  This is pretty
+// straight-forward, except for the magic to handle file inclusion.
 //
-//===------------------------------------------------------------------------=*/
+//===----------------------------------------------------------------------===*/
 
 %option prefix="File"
 %option yylineno