Subject: Re: gnucash issues
To: <>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 02/08/2004 23:25:43
Jan Schaumann wrote:
> #if !(defined(__FreeBSD__) || \
> (defined(__NetBSD__) && __NetBSD__ < 010620030530))
>
> (Not very pretty.)
Indeed. The number 010620030530 is an octal number. Was that intended?
If yes, what about dates that have an 8 or 9 in it? If not, the number
is greater than 32 bits. Should it then be 010620030530L? And would even
that be valid on every system?
Roland