* doc/sdccman.lyx:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 19 Nov 2008 18:08:05 +0000 (18:08 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 19 Nov 2008 18:08:05 +0000 (18:08 +0000)
  fixed 2314467: sdccman.lyx: fix "--" in command line parameters
  thanks Mauro Giachero

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5273 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/sdccman.lyx

index c86d3fdc69bbf174f32e8d4f4cc8628001ac43b4..ec47b2203653a7488c1f8c00b689db3faaf33515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-19 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx:
+         fixed 2314467: sdccman.lyx: fix "--" in command line parameters
+         thanks Mauro Giachero
+
 2008-11-16 Borut Razem <borut.razem AT siol.net>
 
        * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.5
index c8d6fa4dc38dd6020c20cdf970b820bdd48a0d32..199904bdfbea1d0eb9c37bd54c0cc93623b2454f 100644 (file)
@@ -108,9 +108,9 @@ SDCC 2.8.5
 \size footnotesize
 
 \newline
-$Date::            
+$Date: 2008-11-16#
 \newline
-$Revision$
+$Revision: 5272$
 \end_layout
 
 \begin_layout Standard
@@ -1159,11 +1159,70 @@ In previous versions, both forms would have toggled the bit.
 \end_layout
 
 \begin_layout Itemize
-in older versions, the preprocessor was always called with -std=c99 regardless
- of the --std-xxx setting.
+in older versions, the preprocessor was always called with 
+\series bold
+-
+\begin_inset ERT
+status collapsed
+
+\begin_layout Standard
+
+
+\backslash
+/
+\end_layout
+
+\end_inset
+
+-std-c99
+\begin_inset LatexCommand \index{-\/-std-c99}
+
+\end_inset
+
+
+\series default
+ regardless of the 
+\series bold
+-
+\begin_inset ERT
+status collapsed
+
+\begin_layout Standard
+
+
+\backslash
+/
+\end_layout
+
+\end_inset
+
+-std-xxx
+\series default
+ setting.
  This is no longer true, and can cause compilation failures on code built
- with --std-c89 but using c99 preprocessor features, such as one-line (//)
- comments
+ with 
+\series bold
+-
+\begin_inset ERT
+status collapsed
+
+\begin_layout Standard
+
+
+\backslash
+/
+\end_layout
+
+\end_inset
+
+-std-c89
+\begin_inset LatexCommand \index{-\/-std-c89}
+
+\end_inset
+
+
+\series default
+ but using c99 preprocessor features, such as one-line (//) comments
 \end_layout
 
 \begin_layout Itemize