diff options
author | Bo Thorsen <bo@gcc.gnu.org> | 2002-07-19 13:21:36 +0200 |
---|---|---|
committer | Bo Thorsen <bo@gcc.gnu.org> | 2002-07-19 13:21:36 +0200 |
commit | c42c75bfc4eb02ebecc0d837cf108be92090e23a (patch) | |
tree | 0b6e6b50fba379f3651301a7eefab502b75da0b7 /boehm-gc | |
parent | 48528b673e57f2f70950805c8372e4dd399dec4d (diff) | |
download | gcc-c42c75bfc4eb02ebecc0d837cf108be92090e23a.zip gcc-c42c75bfc4eb02ebecc0d837cf108be92090e23a.tar.gz gcc-c42c75bfc4eb02ebecc0d837cf108be92090e23a.tar.bz2 |
Remove dead endif so x86-64 compilation works.
From-SVN: r55585
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/include/private/gcconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index b0c5420..8fd2041 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -1635,7 +1635,6 @@ # define CPP_WORDSZ 64 # define CACHE_LINE_SIZE 64 # define USE_GENERIC_PUSH_REGS -# endif # ifdef LINUX # define OS_TYPE "LINUX" # define LINUX_STACKBOTTOM |