diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-22 16:23:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-22 16:23:43 +0000 |
commit | 410354fe0c052141dadeca939395743f8dd58e38 (patch) | |
tree | 93f7cc80943a94623335b126b87998cebbe0e00b /include/llvm/System/Path.h | |
parent | a2a51607a6601d42c5f559858f77ef1cad86efe1 (diff) | |
download | external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.gz external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.bz2 external_llvm-410354fe0c052141dadeca939395743f8dd58e38.zip |
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
Diffstat (limited to 'include/llvm/System/Path.h')
-rw-r--r-- | include/llvm/System/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 3ff657b0f6..5cbca9b31a 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -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 |