From 2798f0d41f831a30c6491d95f419b9ed05bdc2a5 Mon Sep 17 00:00:00 2001 From: Laurynas Biveinis Date: Thu, 11 May 2000 06:18:26 +0000 Subject: [PATCH] * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace. From-SVN: r33838 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/xm-djgpp.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9289810cc99..1efe9590fd5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-10 Laurynas Biveinis + + * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace. + 2000-05-10 Kazu Hirata * combine.c (try_combine): Fix a typo. @@ -9239,6 +9243,7 @@ Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson * longlong.h (__clz_tab): Declare as static to match definition. 2000-02-16 Mark Elbrecht + * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h. (XREF_FILE_NAME): Define. diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index c7f3f82dc9b..e0c2bb5145d 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -52,5 +52,5 @@ Boston, MA 02111-1307, USA. */ strcpy (t, xref_ext); \ else \ strcat (xref_file, xref_ext); \ - while (0) + } while (0) -- 2.30.2