File: version.cppo

package info (click to toggle)
cppo 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: ml: 2,133; makefile: 54; sh: 11
file content (34 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
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
31
32
33
34
#if X_VERSION < (123, 0, 0)
  alligators
  #error ""
#else
  Cape buffalos
#endif

#define v X_VERSION
#if v = (X_MAJOR, X_MINOR, X_PATCH)
  onion rings
#else
  gazpacho
  #error ""
#endif

major: X_MAJOR
minor: X_MINOR
patch: X_PATCH

#ifdef X_PRERELEASE
  prerelease: X_PRERELEASE
#else
  #error ""
#endif

#ifdef X_BUILD
  build: X_BUILD
#else
  #error ""
#endif

Coq: COQ_VERSION

OCaml pre-release:  OCAML_PRERELEASE