Skip to content

Commit 086ee33

Browse files
authored
Update Compatibility.h
1 parent c0127ab commit 086ee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CppInterOp/Compatibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static inline char* GetEnv(const char* Var_Name) {
3030
#if CLANG_VERSION_MAJOR < 21
3131
#define clang_LookupResult_Found clang::LookupResult::Found
3232
#define clang_LookupResult_Not_Found clang::LookupResult::NotFound
33-
#define clang_LookupResult_Found_Overloaded clang::LookupResult::FoundOverloaded ^~~~~~~~~~~~~~~
33+
#define clang_LookupResult_Found_Overloaded clang::LookupResult::FoundOverloaded
3434
#else
3535
#define clang_LookupResult_Found clang::LookupResultKind::Found
3636
#define clang_LookupResult_Not_Found clang::LookupResultKind::NotFound

0 commit comments

Comments
 (0)