Hi!

4-Сен-2006 20:14 [EMAIL PROTECTED] (Blair Campbell) wrote to
[EMAIL PROTECTED]:

BC> Support for BC
BC> +++ fixstrs.c       4 Sep 2006 20:14:23 -0000       1.8
BC> -{  char *p, *q;
BC> +{  char *p;
BC> +    const char *q;

     This also not relates directly for BC, but for any compiler, which
diagnoses (or even prevents) assigning const pointers to non-const pointers.
I mean, there should be split (in description) between changes, which make
compatibility with specific compiler (like adding #include <stdarg.h> for BC
or removing explicit "#pragma option" for TC), and changes, which clean
sources and make happier most/all compilers (like providing explicit
prototypes and/or make function definition equal to its prototype).

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to