From 45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 4 Aug 1999 20:57:53 +0000 Subject: [PATCH] Removed extra ';;' From-SVN: r28516 --- boehm-gc/configure | 1 - boehm-gc/configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/boehm-gc/configure b/boehm-gc/configure index 91dfc8b418a..44293c433c2 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -2394,7 +2394,6 @@ case "$host" in alpha*-*-*) machdep="alpha_mach_dep.lo" ;; - ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" cat >> confdefs.h <<\EOF diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 45466473534..e2777cca671 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -137,7 +137,6 @@ case "$host" in alpha*-*-*) machdep="alpha_mach_dep.lo" ;; - ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" AC_DEFINE(STACKBASE, __stackbase)