Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.

Patch by Martin Partel!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-02-22 16:23:43 +00:00
parent a2a51607a6
commit 410354fe0c
26 changed files with 35 additions and 31 deletions

View File

@@ -553,7 +553,7 @@ namespace sys {
UnknownFileType = 0, ///< Unrecognized file
BytecodeFileType = 1, ///< Uncompressed bytecode file
CompressedBytecodeFileType = 2, ///< Compressed bytecode file
ArchiveFileType = 3, ///< ar style archive file
ArchiveFileType = 3 ///< ar style archive file
};
/// This utility function allows any memory block to be examined in order