My 2c about that: FreeCOM compiles only with Borland, if it works, fine.
Maybe some day it will be ported to OW, it is good to keep that in
sight, which in this case is ok :)
Alain
Blair Campbell escreveu:
> 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
>>
>
>
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel