This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

doc fixes




This fixes a couple minor problems with the .texi files after the merge:


        * install.texi: Fix merge lossages.

Index: install.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/install.texi,v
retrieving revision 1.24
diff -c -3 -p -r1.24 install.texi
*** install.texi	1999/01/27 01:42:30	1.24
--- install.texi	1999/01/30 23:19:12
*************** of tree node types when referencing fiel
*** 232,238 ****
  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.
--- 232,237 ----
*************** A file named @file{tm.h} is created whic
*** 277,282 ****
--- 276,282 ----
  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]