From 13854f295bd135ab9d2306c7e947d8e9a1be2f95 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Aug 2003 20:08:28 +0000 Subject: [PATCH] Update file header comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7574 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/TableGen/FileLexer.l | 4 +++- utils/TableGen/FileLexer.l | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/support/tools/TableGen/FileLexer.l b/support/tools/TableGen/FileLexer.l index 9f689558c98..4f54a520a0c 100644 --- a/support/tools/TableGen/FileLexer.l +++ b/support/tools/TableGen/FileLexer.l @@ -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 diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index 9f689558c98..4f54a520a0c 100644 --- a/utils/TableGen/FileLexer.l +++ b/utils/TableGen/FileLexer.l @@ -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