xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XBoard-devel] some #ifdef questions


From: Arun Persaud
Subject: [XBoard-devel] some #ifdef questions
Date: Sun, 11 Oct 2009 16:11:15 -0700
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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

[Prev in Thread] Current Thread [Next in Thread]