X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FFileLexer.l;h=a941c9fb069192d705260f6a14da9e0c16c1be08;hb=f2f5b3950e2d65691b882fdeecaaee16e71a4b39;hp=d9bc5a75d47ffdc167bcd3f7d4058045f437fdf8;hpb=1700f776ff70abcda10187968f6e9ad7a51f199f;p=oota-llvm.git diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index d9bc5a75d47..a941c9fb069 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