[llvm-commits] CVS: llvm/utils/TableGen/FileParser.y
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 12 22:46:41 PDT 2003
Changes in directory llvm/utils/TableGen:
FileParser.y updated: 1.23 -> 1.24
---
Log message:
Regularize header file comments
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/TableGen/FileParser.y
diff -u llvm/utils/TableGen/FileParser.y:1.23 llvm/utils/TableGen/FileParser.y:1.24
--- llvm/utils/TableGen/FileParser.y:1.23 Mon Aug 18 09:39:28 2003
+++ llvm/utils/TableGen/FileParser.y Sun Oct 12 22:32:08 2003
@@ -2,7 +2,7 @@
//
// This file implements the bison parser for Table Generator files...
//
-//===------------------------------------------------------------------------=//
+//===----------------------------------------------------------------------===//
%{
#include "Record.h"
More information about the llvm-commits
mailing list