Update file header comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-04 20:08:28 +00:00
parent 68a13dc8c0
commit 13854f295b
2 changed files with 6 additions and 2 deletions

View 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

View 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