OSDN Git Service

2aedacce5319df1d232815168b17bd7a72408d40
[pf3gnuchains/gcc-fork.git] / boehm-gc / version.h
1 #define GC_VERSION_MAJOR 5
2 #define GC_VERSION_MINOR 0
3 #define GC_ALPHA_VERSION 7
4
5 #   define GC_NOT_ALPHA 0xff
6
7 /* This is really an unreleased version which doesn't have a real version */
8 /* number.                                                                */
9
10 #ifndef GC_NO_VERSION_VAR
11
12 unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION);
13
14 #endif /* GC_NO_VERSION_VAR */