-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wednesday 18 December 2002 09:21, Francois Gouget wrote:
On Wed, 18 Dec 2002, Raphaël Junqueira wrote:
On Wednesday 18 December 2002 02:08, Tony Lambregts wrote:
[...]
<nitpick> C++ style comments are strongly discouraged </nitpick>
Hi,
yes, i know but this comment is INTO a block comment ;) and C comments will break the block comment
The susual trick in such cases is to leave a space between the '*' and
the '/':
object->functionLength = 1; /* no Function defined use fixed function vertex processing * /
ok, why not
anyway this comment will be removed soon, it's here only for remembering me for HAL support and code cleaning ;)
regards, Raphael