[llvm-commits] CVS: llvm/utils/TableGen/FileLexer.l
Misha Brukman
brukman at cs.uiuc.edu
Wed Feb 11 18:04:02 PST 2004
Changes in directory llvm/utils/TableGen:
FileLexer.l updated: 1.18 -> 1.19
---
Log message:
Ooops, top-level C++-comments aren't recognized by flex.
---
Diffs of the changes: (+2 -2)
Index: llvm/utils/TableGen/FileLexer.l
diff -u llvm/utils/TableGen/FileLexer.l:1.18 llvm/utils/TableGen/FileLexer.l:1.19
--- llvm/utils/TableGen/FileLexer.l:1.18 Wed Feb 11 18:00:46 2004
+++ llvm/utils/TableGen/FileLexer.l Wed Feb 11 18:03:08 2004
@@ -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
More information about the llvm-commits
mailing list