diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-12 01:37:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-12 01:37:35 +0000 |
commit | 3102c83f6eac0cbbd698471173672c3e47a6914c (patch) | |
tree | 917062cd2b638d9487ae99a985e64dff5019df7b /lib/Basic/FileManager.cpp | |
parent | 241540eb1c46593a93870e20efe6a694444b5f47 (diff) |
search and replaceo?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/FileManager.cpp')
-rw-r--r-- | lib/Basic/FileManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/FileManager.cpp b/lib/Basic/FileManager.cpp index 666c984e23..2db605415d 100644 --- a/lib/Basic/FileManager.cpp +++ b/lib/Basic/FileManager.cpp @@ -29,7 +29,7 @@ using namespace clang; #include <sys/stat.h> #if defined(_MSC_VER) -#defisstne S_ISDIR(s) (_S_IFDIR & s) +#define S_ISDIR(s) (_S_IFDIR & s) #endif /// NON_EXISTENT_DIR - A special value distinct from null that is used to |