Hello all!
At the beginning of chicken.h there is a comment that says:
/*
* The Watcom (__WATCOMC__), Metroworks (__MWERKS__), and Delorie (__DJGPP__)
* compilers are not currently supported but existing references remain,
* just in case.
*/
In the spirit of cleaning CHICKEN-5 source code here is a patch that finally removes all support and references to these three compilers. I think that CHICKEN-4 source code could serve as a new historical reference.
What do you think?
For the patch reviewers, in contrast to Watcom and Metroworks, there is no single line of code for Delorie (DJGPP).
Best wishes,
Arthur