* doc/sdccman.lyx:
[fw/sdcc] / doc / sdccman.lyx
index 56e55148978a39b0b0eb580975561bec031b2c40..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
@@ -1183,7 +1242,7 @@ in versions older then 2.8.5 the unnamed bitfield structure members participated
 \newline
 
 \newline
-Old behaviour, before
+Old behavior, before
  version 2.8.5:
 \family typewriter
 
@@ -1225,7 +1284,7 @@ int b : 2;
 \newline
 
 \newline
-New behaviour:
+New behavior:
 \family typewriter
 
 \newline