* doc/sdccman.lyx: fixed a problem with my new index entries (thanks
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 10 Sep 2004 19:00:44 +0000 (19:00 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 10 Sep 2004 19:00:44 +0000 (19:00 +0000)
Frieder) and clarified the default code optimization mode

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

ChangeLog
doc/sdccman.lyx

index 7feea4892a7f4ec5e3327adbc6f185a4983a27e0..c070e9cf09625d1c1e42f0335a0b9ee336ba6f93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
+       Frieder) and clarified the default code optimization mode
+
 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/SDCC.lex (doPragma, process_pragma),
index 362c3e5bd18bcf67d2e4992a27012817df02b919..cc0b7b8d1bf013dfe6e1b73d7374229c63b68466 100644 (file)
@@ -14267,7 +14267,7 @@ status Collapsed
 \layout Itemize
 
 opt_code_speed 
-\begin_inset LatexCommand \index{\#pragma opt_code_speed}
+\begin_inset LatexCommand \index{\#pragma opt\_code\_speed}
 
 \end_inset 
 
@@ -14276,7 +14276,7 @@ opt_code_speed
 \layout Itemize
 
 opt_code_size 
-\begin_inset LatexCommand \index{\#pragma opt_code_size}
+\begin_inset LatexCommand \index{\#pragma opt\_code\_size}
 
 \end_inset 
 
@@ -14285,12 +14285,13 @@ opt_code_size
 \layout Itemize
 
 opt_code_balanced 
-\begin_inset LatexCommand \index{\#pragma opt_code_balanced}
+\begin_inset LatexCommand \index{\#pragma opt\_code\_balanced}
 
 \end_inset 
 
 - The compiler will attempt to generate code that is both compact and fast,
- as long as meeting one goal is not a detriment to the other.
+ as long as meeting one goal is not a detriment to the other (this is the
+ default).
  
 \layout Standard