[llvm-commits] CVS: llvm/include/llvm/System/MappedFile.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 27 09:15:04 PDT 2004
Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.2 -> 1.3
---
Log message:
Convert 'struct' to 'class' in various places to adhere to the coding standards
and work better with VC++. Patch contributed by Morten Ofstad!
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/System/MappedFile.h
diff -u llvm/include/llvm/System/MappedFile.h:1.2 llvm/include/llvm/System/MappedFile.h:1.3
--- llvm/include/llvm/System/MappedFile.h:1.2 Mon Oct 4 12:26:26 2004
+++ llvm/include/llvm/System/MappedFile.h Wed Oct 27 11:14:51 2004
@@ -21,7 +21,7 @@
/// Forward declare a class used for holding platform specific information
/// that needs to be
- class MappedFileInfo;
+ struct MappedFileInfo;
/// This class provides an abstraction for a memory mapped file in the
/// operating system's filesystem. It provides platform independent operations
More information about the llvm-commits
mailing list