mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user