From 077c7105d3d12db74c2a84c8fb3ff040ee023ebf Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 19 Nov 2008 18:08:05 +0000 Subject: [PATCH] * doc/sdccman.lyx: 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 | 6 +++++ doc/sdccman.lyx | 71 ++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 71 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c86d3fdc..ec47b220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-19 Borut Razem + + * doc/sdccman.lyx: + fixed 2314467: sdccman.lyx: fix "--" in command line parameters + thanks Mauro Giachero + 2008-11-16 Borut Razem * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.5 diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index c8d6fa4d..199904bd 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -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 -- 2.30.2