Skip to content

Commit f23844b

Browse files
authored
Improve the CppInterOp.h include directory warning (#630)
1 parent d9bf9ab commit f23844b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#include "CppInterOp/CppInterOp.h"
55
#if defined(_MSC_VER)
66
#pragma message( \
7-
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h")
7+
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h>")
88
#else
99
#warning \
10-
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h"
10+
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h>"
1111
#endif
1212

1313
#endif // CLANG_CPPINTEROP_H

0 commit comments

Comments
 (0)