In article <38C2D8F9.17602873@mail.ourservers.net> , Robert Alan Byer
<bye### [at] mailourserversnet> wrote:
> Thanks, what I just ended up doing for now to make it "proper"
> (so-to-speak) was to put "#if defined(POVISO)" clauses for each of the
> functions to match the prototypes.
You can just do
#if defined(POVISO)
#define STATIC static
#else
#define STATIC
#endif
and replace any static with STATIC.
> It looks like the code needs to be cleaned up a bit and I think I might
> just do that and submit the cleaned up code files here to help prevent
> future confustion.
If I were you I would really not bother, the MegaPOV isosurface code will be
obsolete later this year when POV-Ray 3.5 arrives (with isosurfaces) anyway
:-)
Thorsten
Post a reply to this message
|