Well, the latest C standard says that "//" is a valid C source code
comment, so...

On 6/13/06, Aitor SantamarĂ­a <[EMAIL PROTECTED]> wrote:
> A slight commenr, weren't you changing C++-style comments wich C-style
> comments?
> Sorry for being too concerned for such regardless comments! :-)
>
> Aitor
>
> 2006/6/11, Blair Campbell <[EMAIL PROTECTED]>:
> > Update of /cvsroot/freedos/freecom/cmd
> > In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17702/cmd
> >
> > Modified Files:
> >        echo.c
> > Log Message:
> >
> >
> > Fixed a bug in batch processing
> >
> >
> > Index: echo.c
> > ===================================================================
> > RCS file: /cvsroot/freedos/freecom/cmd/echo.c,v
> > retrieving revision 1.5
> > retrieving revision 1.6
> > diff -u -d -r1.5 -r1.6
> > --- echo.c      11 Jun 2006 02:47:05 -0000      1.5
> > +++ echo.c      11 Jun 2006 06:17:42 -0000      1.6
> > @@ -45,8 +45,8 @@
> >        case OO_Null:   case OO_Empty:
> >        default:
> >          if(nostatus)
> > -//             putchar('\n');
> > -        write( 1, "\n", 1 );
> > +               putchar('\n');
> > +//        write( 1, "\n", 1 );
> >          else
> >                displayString(TEXT_MSG_ECHO_STATE, echo ? D_ON : D_OFF);
> >          break;
> >
> >
> >
> > _______________________________________________
> > Freedos-cvs mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freedos-cvs
> >
>
>
> _______________________________________________
> Freedos-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to