shithub: choc

Download patch

ref: 9a257cdf78ee4fa7d3de5bbb5be3ca733b06077f
parent: 50fd94fa5ff1b6a468880ca63c64e506d6de295f
author: Stephen Finniss <scfinniss@gmail.com>
date: Sat Feb 25 17:51:13 EST 2017

Support for Watcom C

This adds support for compiling using Watcom C. The main change is the 
addition of the PACKED_STRUCT() macro, as Watcom uses a different syntax
to gcc for marking structs as packed. Also, remove a couple of gccisms 
that are not supported in Watcom, and the last leftover __WATCOMC__ 
defines from heretic's d_main.c, which are obsolete anyway.

Thanks to @scfinniss for this work.