File: predefined.h

package info (click to toggle)
castxml 0.6.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,224 kB
  • sloc: cpp: 5,192; ansic: 352; sh: 85; makefile: 18
file content (30 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (4)
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