From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- gcc-4.7/boehm-gc/version.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 gcc-4.7/boehm-gc/version.h (limited to 'gcc-4.7/boehm-gc/version.h') diff --git a/gcc-4.7/boehm-gc/version.h b/gcc-4.7/boehm-gc/version.h deleted file mode 100644 index e1fe24bd0..000000000 --- a/gcc-4.7/boehm-gc/version.h +++ /dev/null @@ -1,30 +0,0 @@ -/* The version here should match that in configure/configure.in */ -/* Eventually this one may become unnecessary. For now we need */ -/* it to keep the old-style build process working. */ -#define GC_TMP_VERSION_MAJOR 6 -#define GC_TMP_VERSION_MINOR 6 -#define GC_TMP_ALPHA_VERSION GC_NOT_ALPHA - -#ifndef GC_NOT_ALPHA -# define GC_NOT_ALPHA 0xff -#endif - -#if defined(GC_VERSION_MAJOR) -# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR || \ - GC_TMP_VERSION_MINOR != GC_VERSION_MINOR || \ - defined(GC_ALPHA_VERSION) != (GC_TMP_ALPHA_VERSION != GC_NOT_ALPHA) || \ - defined(GC_ALPHA_VERSION) && GC_TMP_ALPHA_VERSION != GC_ALPHA_VERSION -# error Inconsistent version info. Check README, version.h, and configure.in. -# endif -#else -# define GC_VERSION_MAJOR GC_TMP_VERSION_MAJOR -# define GC_VERSION_MINOR GC_TMP_VERSION_MINOR -# define GC_ALPHA_VERSION GC_TMP_ALPHA_VERSION -#endif - - -#ifndef GC_NO_VERSION_VAR - -unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_TMP_ALPHA_VERSION); - -#endif /* GC_NO_VERSION_VAR */ -- cgit v1.2.3