Hi

looking a bit more at cleaning up and ran across the following:

zippy.c:

#if TRIVIA
#include "trivia.c"
#endif

but we don't have a trivia.c. Can I delete this?

#ifdef GOTHIC
#ifdef FALCON

I guess these are two variants? Is there a reason to have this as ifdefs
and not included by default?

ARUN


Reply via email to