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]
Other format: [Raw text]

Re: Soft-float documentation, revised again


Ulrich Weigand <weigand at immd1 dot informatik dot uni-erlangen dot de> writes:

> ../../gcc-head/gcc/doc/libgcc.texi:263: Unknown command `tie'.
> ../../gcc-head/gcc/doc/libgcc.texi:263: Misplaced {.
> ../../gcc-head/gcc/doc/libgcc.texi:263: Misplaced }.
> make[2]: *** [../../gcc-head/gcc/doc/gccint.info] Error 2

Bleh, sorry, I didn't realize that was makeinfo 4.3 specific.  I've
checked in this patch to take it out again.

zw

        * doc/libgcc.texi: Remove @tie.

===================================================================
Index: doc/libgcc.texi
--- doc/libgcc.texi	15 Mar 2003 19:54:10 -0000	1.1
+++ doc/libgcc.texi	15 Mar 2003 23:33:01 -0000
@@ -260,7 +260,7 @@ These functions return 1 if either argum
 @end deftypefn
 
 There is also a complete group of higher level functions which
-correspond directly to comparison operators.  They implement the ISO at tie{}C
+correspond directly to comparison operators.  They implement the ISO C
 semantics for floating-point comparisons, taking NaN into account.
 Pay careful attention to the return values defined for each set.
 Under the hood, all of these routines are implemented as


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