[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderInternals.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 23:23:02 PDT 2003


Changes in directory llvm/lib/Bytecode/Reader:

ReaderInternals.h updated: 1.57 -> 1.58

---
Log message:

This is a header file, thus it needs a -*-C++-*-


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Bytecode/Reader/ReaderInternals.h
diff -u llvm/lib/Bytecode/Reader/ReaderInternals.h:1.57 llvm/lib/Bytecode/Reader/ReaderInternals.h:1.58
--- llvm/lib/Bytecode/Reader/ReaderInternals.h:1.57	Sun Oct 12 22:32:07 2003
+++ llvm/lib/Bytecode/Reader/ReaderInternals.h	Sun Oct 12 23:22:07 2003
@@ -1,4 +1,4 @@
-//===-- ReaderInternals.h - Definitions internal to the reader ------------===//
+//===-- ReaderInternals.h - Definitions internal to the reader --*- C++ -*-===//
 //
 //  This header file defines various stuff that is used by the bytecode reader.
 //





More information about the llvm-commits mailing list