1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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

llvm-svn: 11337
This commit is contained in:
Misha Brukman 2004-02-12 00:03:08 +00:00
parent 63ba2d3f4d
commit fcab5cd5b0

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