Eike Lange wrote:
On Mon, Jun 02, 2003 at 09:39:22PM +0200, Frank Heckenbach wrote:
It's lacking my latest Pascal patch.
It's included again in the attached patch (just in case).
There are some warnings left in the Pascal demos. I could fix them, but I don't know if Eike is already working on it, and I don't want to duplicate the work ...
Well, I haven't seen any warnings after changing the examples.
Ah, I see. The file pascal/taste.pas should be removed (you translated it to keytest.pas, but the old file was still there and caused the warnings). This is not done in the patch.
And Makefiles etc. have to be adjusted (in the patch).
The other warnings I got were about a C program:
bccbgi.c: In function `ColorDemo': bccbgi.c:611: warning: operation on `color' may be undefined bccbgi.c: In function `UserLineStyleDemo': bccbgi.c:1281: warning: operation on `i' may be undefined
These constructs are invalid in C. Also fixed in the patch.
Frank