File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9595#if !defined(CPPINTEROP_USE_CLING) && !defined(EMSCRIPTEN)
9696struct __clang_Interpreter_NewTag {
9797} __ci_newtag;
98- #if CLANG_VERSION_MAJOR >= 22
98+ #if CLANG_VERSION_MAJOR > 21
9999extern " C" void * __clang_Interpreter_SetValueWithAlloc (void * This, void * OutVal,
100100 void * OpaqueType)
101101#else
102102void * __clang_Interpreter_SetValueWithAlloc (void * This, void * OutVal,
103103 void * OpaqueType);
104104#endif
105105
106- #if CLANG_VERSION_MAJOR >= 19
106+ #if CLANG_VERSION_MAJOR > 18
107107 extern " C" void __clang_Interpreter_SetValueNoAlloc (void * This,
108108 void * OutVal,
109109 void * OpaqueType, ...);
110- #elif CLANG_VERSION_MAJOR == 18
110+ #else
111111void __clang_Interpreter_SetValueNoAlloc (void *, void *, void *);
112112void __clang_Interpreter_SetValueNoAlloc (void *, void *, void *, void *);
113113void __clang_Interpreter_SetValueNoAlloc (void *, void *, void *, float );
You can’t perform that action at this time.
0 commit comments