]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Forced commit to note that the lost log message for the previous commit
authorBruce Evans <bde@FreeBSD.org>
Wed, 13 Feb 2008 18:16:43 +0000 (18:16 +0000)
committerBruce Evans <bde@FreeBSD.org>
Wed, 13 Feb 2008 18:16:43 +0000 (18:16 +0000)
commit55f57a384c62062508c01aa1cd893ca13ef3c875
treefb34162496a835ded793ad3e87167b8ea8e748c5
parente7c95ee5fe550a71a3de6028504314519b7156de
Forced commit to note that the lost log message for the previous commit
said that the previous commit was almost a null forced commit too.  It
just converted to __FBSDID().  I was going to change `huge' from its
double precision value of 1e300, but that seems to be unnecessary since
`huge' is only used to set FE_INEXACT, and any value with an exponent
larger than LDBL_MANT_DIG will do for that, while initializing a really
huge value in a portable way would require more code.