diff options
| author | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-19 11:21:36 +0000 |
|---|---|---|
| committer | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-19 11:21:36 +0000 |
| commit | 9b44d6444a8522df2ea1d82d27915bde0f05c108 (patch) | |
| tree | 0b6e6b50fba379f3651301a7eefab502b75da0b7 | |
| parent | 16bb3c11a2bad00c5abcb47ce963b638f41b36ef (diff) | |
| download | ppe42-gcc-9b44d6444a8522df2ea1d82d27915bde0f05c108.tar.gz ppe42-gcc-9b44d6444a8522df2ea1d82d27915bde0f05c108.zip | |
Remove dead endif so x86-64 compilation works.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55585 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b0c5420ea03..8fd20411f66 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 |

