* doc/sdccman.lyx: cosmetic changes
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 28 Feb 2008 20:16:27 +0000 (20:16 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 28 Feb 2008 20:16:27 +0000 (20:16 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5059 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/sdccman.lyx

index f305d2116f8eb918c0a9e92c9b7e72c9317aa8c9..d52ba8e20df8f919951136741ece66d1c64601fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-28 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: cosmetic changes
+
 2008-02-28 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671
@@ -22,7 +26,7 @@
 
 2008-02-26 Borut Razem <borut.razem AT siol.net>
 
-       * 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
index 629c0c2cbc824d42d78fd460db596fb9b0d3dd58..a2acece715ea52b942d90016e097f3269867e0ef 100644 (file)
@@ -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