mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
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:
parent
1700f776ff
commit
f2f5b3950e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user