POV-Ray : Newsgroups : povray.unofficial.patches : QUESTION: MegaPOV Code Questions/Problems (LONG) : Re: QUESTION: MegaPOV Code Questions/Problems (LONG) Server Time
2 Sep 2024 08:16:32 EDT (-0400)
  Re: QUESTION: MegaPOV Code Questions/Problems (LONG)  
From: Thorsten Froehlich
Date: 5 Mar 2000 22:08:35
Message: <38c32133@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.