blob: 10a3bdfcd7b4bacb67b26506b718f1819d0e682c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#ifndef __castxml_major__
# error "__castxml_major__ not defined"
#endif
#ifndef __castxml_minor__
# error "__castxml_minor__ not defined"
#endif
#ifndef __castxml_patch__
# error "__castxml_patch__ not defined"
#endif
#ifndef __castxml__
# error "__castxml__ not defined"
#endif
#ifndef __castxml_check
# error "__castxml_check not defined"
#endif
#if __castxml__ < __castxml_check(0, 1, 0)
# error "__castxml__ < __castxml_check(0, 1, 0)"
#endif
#if __castxml__ < __castxml_check(0, 0, 20000000)
# error "__castxml__ < __castxml_check(0, 0, 20000000)"
#endif
#ifndef __castxml_clang_major__
# error "__castxml_clang_major__ not defined"
#endif
#ifndef __castxml_clang_minor__
# error "__castxml_clang_minor__ not defined"
#endif
#ifndef __castxml_clang_patchlevel__
# error "__castxml_clang_patchlevel__ not defined"
#endif
|