Instead of hard-coding the table of powers of 30 into the source file,
authorBen Pfaff <blp@gnu.org>
Wed, 27 Jul 2005 03:08:30 +0000 (03:08 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 27 Jul 2005 03:08:30 +0000 (03:08 +0000)
commitb33110f85730ee1b789c4d8c268c1f9bd8c7fc71
tree7bb2fee9b2286121dd0236027f29e7c103635673
parent7f3ac8559f71179a95fad28a30882ca476d8ac99
Instead of hard-coding the table of powers of 30 into the source file,
compute it at runtime.  For some reason, GCC 4.0.0 on Mac OS X refuses
to compile big constant expressions, e.g. the ones eliminated by this
check-in.
src/pfm-write.c