From 3ad13ada51e39f4c86907c3641564a9af7dcf8ac Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 30 Jan 1999 15:20:57 +0000 Subject: [PATCH] * install.texi: Fix merge lossages. From-SVN: r24924 --- gcc/ChangeLog | 2 ++ gcc/install.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0066d2ee5a9..353aa8b85b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Sat Jan 30 08:27:23 1999 Jeffrey A Law (law@cygnus.com) + * install.texi: Fix merge lossages. + * cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. * collect2.c (main): Likewise. diff --git a/gcc/install.texi b/gcc/install.texi index 5436aa8446a..f6b744637fc 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -232,7 +232,6 @@ of tree node types when referencing fields of that node. This does not change the generated code, but adds error checking within the compiler. This will slow down the compiler and may only work properly if you are building the compiler with GNU C. -@end table The @file{configure} script searches subdirectories of the source directory for other compilers that are to be integrated into GNU CC. @@ -277,6 +276,7 @@ A file named @file{tm.h} is created which includes the machine-description macro file for your target machine. It should be in the subdirectory @file{config} and its name is often @file{@var{machine}.h}. +@end itemize @cindex Native Language Support @cindex NLS -- 2.30.2