* doc/sdccman.lyx: fixed format errors
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 13 Jan 2007 22:10:53 +0000 (22:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 13 Jan 2007 22:10:53 +0000 (22:10 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4570 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
debugger/mcs51/acinclude.m4
doc/sdccman.lyx

index ce4d8b92370b355b768ce2d07085ed8c35ebb8b6..b29b6453452eb63cec0cf2eecb0a7c235741dfcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: fixed format errors
+
 2007-01-10 Borut Razem <borut.razem AT siol.net>
 
        * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
index f4cbe90a9551840a648e3fc668a8f924dba47cb6..c7383220b92d3e29012e95975127af2bd86891f7 100644 (file)
@@ -1,4 +1,8 @@
-dnl This macro will check for the presence of the readline library.
+dnl Borut Razem
+dnl
+dnl This macro checks for the presence of the readline library.
+dnl It works also in cross-compilation environment.
+dnl
 dnl To get it into the aclocal.m4 dnl file, do this:
 dnl   aclocal -I . --verbose
 dnl
index 20b26c198fd4b3b3f68f0c6bc908d7025b40927c..889d4b699ee6f8f561240d450c8f6fac1ea0e3bd 100644 (file)
@@ -6146,9 +6146,8 @@ Pedentic parse numbers so that situations like 0xfe-LO_B(3) are parsed properly
 \end_inset 
 
  
-\emph on
+\emph on 
 Note: this functionality is not in conformance with standard!
-
 \layout List
 \added_space_bottom bigskip \labelwidthstring 00.00.0000
 
@@ -16914,53 +16913,58 @@ The preprocessor SDCPP
 \layout Itemize
 
 
-\series bold
+\series bold 
 pedantic_parse_number
-\series default
+\series default 
 
 \begin_inset LatexCommand \index{\#pragma pedantic\_parse\_number}
 
-\end_inset
+\end_inset 
 
  (+ | -) - Pedantic parse numbers so that situations like 0xfe-LO_B(3) are
  parsed properly and the macro LO_B(3) gets expanded.
  Default is off.
  Below is an example on how to use this pragma.
 
-\emph on
+\emph on 
  Note: this functionality is not in conformance with standard!
-
 \layout Verse
 
 
-\family typewriter
+\family typewriter 
 #pragma pedantic_parse_number +
 \begin_inset LatexCommand \index{\#pragma pedantic\_parse\_number}
 
-\end_inset
+\end_inset 
+
 
+\newline 
 
 \newline 
-\newline
 #define LO_B(x) ((x) & 0xff)
-\newline
-\newline
+\newline 
+
+\newline 
 unsigned char foo(void)
-\newline
-\InsetSpace ~
-\InsetSpace ~
-\InsetSpace ~
+\newline 
+{
+\newline 
+\SpecialChar ~
+\SpecialChar ~
+\SpecialChar ~
 unsigned char c=0xfe-LO_B(3);
-\newline
-\newline
-\InsetSpace ~
-\InsetSpace ~
-\InsetSpace ~
+\newline 
 
+\newline 
+\SpecialChar ~
+\SpecialChar ~
+\SpecialChar ~
 return c;
-\newline
+\newline 
 }
-\newline
+\newline 
+
+\family default 
 
 \layout Itemize
 
@@ -17040,67 +17044,76 @@ void foo (void)
 \layout Itemize
 
 
-\series bold
+\series bold 
 sdcc_hash
-\series default
+\series default 
 
 \begin_inset LatexCommand \index{\#pragma sdcc\_hash}
 
-\end_inset
+\end_inset 
 
  (+ | -) - Allow "naked" hash in macro definition, for example:
 \newline 
-\family typewriter
+
+\family typewriter 
 #define DIR_LO(x) #(x & 0xff)
-\family default
+\family default 
+
 \newline 
 Default is off.
  Below is an example on how to use this pragma.
 \layout Verse
 
 
-\family typewriter
+\family typewriter 
 #pragma preproc_asm +
-\newline
+\newline 
 #pragma sdcc_hash +
 \begin_inset LatexCommand \index{\#pragma sdcc\_hash}
 
-\end_inset
+\end_inset 
 
 
-\newline
-\newline
+\newline 
+
+\newline 
 #define ROMCALL(x) 
-\backslash
-\newline
-\InsetSpace ~
-\InsetSpace ~
-\InsetSpace ~
+\backslash 
+
+\newline 
+\SpecialChar ~
+\SpecialChar ~
+\SpecialChar ~
 mov R6_B3, #(x & 0xff) 
-\backslash
-\newline
-\InsetSpace ~
-\InsetSpace ~
-\InsetSpace ~
+\backslash 
+
+\newline 
+\SpecialChar ~
+\SpecialChar ~
+\SpecialChar ~
 mov R7_B3, #((x >> 8) & 0xff) 
-\backslash
-\newline
-\InsetSpace ~
-\InsetSpace ~
-\InsetSpace ~
+\backslash 
+
+\newline 
+\SpecialChar ~
+\SpecialChar ~
+\SpecialChar ~
 lcall __romcall
-\newline
-\newline
+\newline 
+
+\newline 
 ...
-\newline
+\newline 
 _asm
-\newline
+\newline 
 ROMCALL(72)
-\newline
+\newline 
 _endasm;
-\newline
+\newline 
 ...
-\newline
+\newline 
+
+\family default 
 
 \layout Standard