]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - boehm-gc/version.h
Imported gcc-4.4.3
[msp430-gcc.git] / boehm-gc / version.h
diff --git a/boehm-gc/version.h b/boehm-gc/version.h
deleted file mode 100644 (file)
index 96b7e64..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#define GC_VERSION_MAJOR 6
-#define GC_VERSION_MINOR 1
-#define GC_ALPHA_VERSION 3
-
-#   define GC_NOT_ALPHA 0xff
-
-#ifndef GC_NO_VERSION_VAR
-
-unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION);
-
-#endif /* GC_NO_VERSION_VAR */