From: Chris Hanson Date: Wed, 26 Jul 1989 04:17:10 +0000 (+0000) Subject: Rename LIBS_DEBUG to LIB_DEBUG. X-Git-Tag: 20090517-FFI~11927 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cabef40fac141aafe1a9bd8ef5802871305fa50f;p=mit-scheme.git Rename LIBS_DEBUG to LIB_DEBUG. --- diff --git a/v7/src/microcode/m/mips.h b/v7/src/microcode/m/mips.h index a0adabc5a..e897d8e16 100644 --- a/v7/src/microcode/m/mips.h +++ b/v7/src/microcode/m/mips.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for MIPS computers. -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/mips.h,v 1.1 1989/07/26 03:48:06 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/mips.h,v 1.2 1989/07/26 04:16:54 cph Rel $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -37,4 +37,4 @@ MIT in each case. */ /* The following crock seems to be needed, since ULTRIX on the vax has libg but ULTRIX on the pmax doesn't! */ -#define LIBS_DEBUG +#define LIB_DEBUG diff --git a/v7/src/microcode/s/hpux.h b/v7/src/microcode/s/hpux.h index 5e5420d28..6254a2fd9 100644 --- a/v7/src/microcode/s/hpux.h +++ b/v7/src/microcode/s/hpux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for HP-UX -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.1 1989/07/18 22:35:19 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.2 1989/07/26 04:17:10 cph Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -40,7 +40,7 @@ MIT in each case. */ /* #define HAVE_STARBASE_GRAPHICS */ /* No special libraries are needed for debugging. */ -#define LIBS_DEBUG +#define LIB_DEBUG #define SOURCES_SYSTEM unixprim.c #define OBJECTS_SYSTEM unixprim.o