aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FileLexer.l
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-02-12 00:03:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-02-12 00:03:08 +0000
commitf2f5b3950e2d65691b882fdeecaaee16e71a4b39 (patch)
treee93618d680d2aa5ed4fdf1ce57e25ae360437660 /utils/TableGen/FileLexer.l
parent1700f776ff70abcda10187968f6e9ad7a51f199f (diff)
downloadexternal_llvm-f2f5b3950e2d65691b882fdeecaaee16e71a4b39.zip
external_llvm-f2f5b3950e2d65691b882fdeecaaee16e71a4b39.tar.gz
external_llvm-f2f5b3950e2d65691b882fdeecaaee16e71a4b39.tar.bz2
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
Diffstat (limited to 'utils/TableGen/FileLexer.l')
-rw-r--r--utils/TableGen/FileLexer.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l
index d9bc5a7..a941c9f 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