ah thank you On Sat, Jan 30, 2021, 13:51 Dennis Williamson <dennistwilliam...@gmail.com> wrote:
> > > On Fri, Jan 29, 2021, 12:22 PM Alex fxmbsw7 Ratchev <fxmb...@gmail.com> > wrote: > >> im sorry big time.. can you point me out how >> i just commented the #if and #endif s , thought thatd enable the code .. >> in >> parse and tab >> >> On Fri, Jan 29, 2021, 14:57 Chet Ramey <chet.ra...@case.edu> wrote: >> >> > On 1/29/21 7:50 AM, Alex fxmbsw7 Ratchev wrote: >> > > is commenting the #(if|endif) lines right way ? >> > > >> > > cause.. it buggs still >> > >> > You have to uncomment the fix; that one's not live. >> > >> > -- >> > ``The lyf so short, the craft so long to lerne.'' - Chaucer >> > ``Ars longa, vita brevis'' - Hippocrates >> > Chet Ramey, UTech, CWRU c...@case.edu >> http://tiswww.cwru.edu/~chet/ >> > >> > > Those aren't comments. They are preprocessor directives. Leave the # where > they are. Just change the 0 to a 1. > > #if 0 > > Should be changed to > > #if 1 > > To enable that bit of code. > >>