From: borutr Date: Thu, 28 Feb 2008 20:16:27 +0000 (+0000) Subject: * doc/sdccman.lyx: cosmetic changes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b46f611661e6333c1101509186fef5e51ee13edf;p=fw%2Fsdcc * doc/sdccman.lyx: cosmetic changes git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5059 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index f305d211..d52ba8e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-28 Borut Razem + + * doc/sdccman.lyx: cosmetic changes + 2008-02-28 Maarten Brock * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671 @@ -22,7 +26,7 @@ 2008-02-26 Borut Razem - * src/SDCCast.c, doc/adccman.lyx: fixed RFE #1901171: inerger promotion + * src/SDCCast.c, doc/sdccman.lyx: fixed RFE #1901171: inerger promotion of casted varargs * support/scripts/sdcc.nsi: added MULTIUSER page, NSIS upgraded to version 2.35 diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 629c0c2c..a2acece7 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -36641,7 +36641,7 @@ t', 'near', 'nonbanked', 'pdata', 'reentrant', 'sbit', 'sfr', 'shadowregs', \end_layout \begin_layout Itemize -integer promotion of variable arguments is not performed if the argument +Integer promotion of variable arguments is not performed if the argument is explicitly taypecasted unless the \series bold - @@ -36689,7 +36689,7 @@ status collapsed \begin_layout Verse \family typewriter -void vararg_func (char *str, ...) { atr; } +void vararg_func (char *str, ...) { str; } \newline \newline @@ -36715,21 +36715,14 @@ char c = 10; \newline \InsetSpace ~ \InsetSpace ~ -vararg_func ( -\begin_inset Quotes sld -\end_inset - -%c -\begin_inset Quotes srd -\end_inset - -, c); +vararg_func ("%c", c); \newline \newline \InsetSpace ~ \InsetSpace ~ -/* argument u is not promoted to int, +/* + argument u is not promoted to int, \newline \InsetSpace ~ \InsetSpace ~ @@ -36739,8 +36732,8 @@ vararg_func ( \InsetSpace ~ \InsetSpace ~ \InsetSpace ~ -* - if --std-cXX is not defined; +* if + --std-cXX is not defined; \newline \InsetSpace ~ \InsetSpace ~ @@ -36755,15 +36748,7 @@ vararg_func ( \newline \InsetSpace ~ \InsetSpace ~ -vararg_func ( -\begin_inset Quotes sld -\end_inset - -%bc -\begin_inset Quotes srd -\end_inset - -, (char)u); +vararg_func ("%bc", (char)u); \newline } \end_layout