Ooops, top-level C++-comments aren't recognized by flex.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Feb 2004 00:03:08 +0000 (00:03 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Feb 2004 00:03:08 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11337 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FileLexer.l

index d9bc5a75d47ffdc167bcd3f7d4058045f437fdf8..a941c9fb069192d705260f6a14da9e0c16c1be08 100644 (file)
@@ -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