|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
|
|