POV-Ray : Newsgroups : povray.programming : Two minor things in the source Server Time
28 Jul 2024 08:33:43 EDT (-0400)
  Two minor things in the source (Message 1 to 3 of 3)  
From: Christoph Hormann
Subject: Two minor things in the source
Date: 9 Aug 2002 10:41:36
Message: <3D53D4A0.5701F879@gmx.de>
parse.h, line 624:

  LAST_TOKEN
#ifdef GLOBAL_PHOTONS
  GLOBAL_TOKEN,
#endif

defining GLOBAL_PHOTONS would lead to an error, it would probably be good
to place LAST_TOKEN after all #if's.

parse.cpp, line 3307 and 3408:

"triangle triangle mesh data"

should probably be:

"temporary triangle mesh data"


Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 03 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: ABX
Subject: Re: Two minor things in the source
Date: 9 Aug 2002 10:49:30
Message: <5bl7luc4d5i547hc8am47857b45o292ei5@4ax.com>
On Fri, 09 Aug 2002 16:41:36 +0200, Christoph Hormann <chr### [at] gmxde>
wrote:
> parse.h, line 624:
>
>  LAST_TOKEN
> #ifdef GLOBAL_PHOTONS
>   GLOBAL_TOKEN,
> #endif
>
> defining GLOBAL_PHOTONS would lead to an error, it would probably be good
> to place LAST_TOKEN after all #if's.

I have noticed this too and wondered why things like this are present at all.
Or #if 0 things.

> parse.cpp, line 3307 and 3408:
>
> "triangle triangle mesh data"
>
> should probably be:
>
> "temporary triangle mesh data"

That's not the only occurance. Look for "all all", "the the". Is this some
english construction I never met earlier or some mistake in automation ?

ABX


Post a reply to this message

From: Christopher James Huff
Subject: Re: Two minor things in the source
Date: 9 Aug 2002 19:15:47
Message: <chrishuff-F8E120.18055909082002@netplex.aussie.org>
In article <5bl7luc4d5i547hc8am47857b45o292ei5@4ax.com>,
 ABX <abx### [at] babilonorg> wrote:

> I have noticed this too and wondered why things like this are present at all.
> Or #if 0 things.

They are commented or disabled with #if 0 because they are not fully 
functional. They are present because they are works in progress and the 
code that is there might be useful, there would be little benefit in 
going through the source and removing them for the official release..


> That's not the only occurance. Look for "all all", "the the". Is this some
> english construction I never met earlier or some mistake in automation ?

It's a mistake. No idea how it happened though.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

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