* stmt.c (expand_anon_union_decl): When any of the elements of the
[official-gcc.git] / boehm-gc / version.h
blob5611487373c68ffc4b06baea4c8a41cfa80c617b
1 #define GC_VERSION_MAJOR 4
2 #define GC_VERSION_MINOR 13
3 #define GC_ALPHA_VERSION 2
5 # define GC_NOT_ALPHA 0xff
7 #ifndef GC_NO_VERSION_VAR
9 unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION);
11 #endif /* GC_NO_VERSION_VAR */