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:04 EDT (-0400)
  Re: QUESTION: MegaPOV Code Questions/Problems (LONG)  
From: Thorsten Froehlich
Date: 5 Mar 2000 21:46:32
Message: <38c31c08$1@news.povray.org>
In article <38C2D309.1FA42CE2@mail.ourservers.net> , Robert Alan Byer 
<bye### [at] mailourserversnet>  wrote:

>>
>> I think that everything in that  #ifdef POVISO section of
>> declarations is pointless.
>> None of those functions is ever used outside of tokenize.c,
>> so they all should be "static".
>>
>
> I don't think this is the case as most of those functions (the ones I
> listed) are used in "F_EXPR.C"  (In fact, that's the only place those
> functions are used.)

Today static functions are no longer a major issue in modern C.  The
simplest solution is to just remove all of them and move on.


     Thorsten


Post a reply to this message

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