diff options
Diffstat (limited to 'utils/TableGen/FileLexer.l')
-rw-r--r-- | utils/TableGen/FileLexer.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index d9bc5a75d4..a941c9fb06 100644 --- a/utils/TableGen/FileLexer.l +++ b/utils/TableGen/FileLexer.l @@ -1,4 +1,4 @@ -//===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===// +/*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -10,7 +10,7 @@ // 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 |