Ooops, top-level C++-comments aren't recognized by flex.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-02-12 00:03:08 +00:00
parent 1700f776ff
commit f2f5b3950e

View 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