formats: allow > 256 decimal places
authorDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 19:17:14 +0000 (20:17 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 19:21:54 +0000 (20:21 +0100)
commita701009a6144238330665867df80dde3e52459e3
treec4f8f3832b7f088b567e3bc1e8502081c991ca56
parent76912796531d6c0d25da0a8a285be9c7ba45b1bf
formats: allow > 256 decimal places

Currently bits 256 and 512 of the floating point len arg are used to
flag extra things. Since we have 32-bit args now, change these bits
to higher ones so there's no such arbitrary restriction.

Also, define two symbolic constants rather than hard-coding in the bit
values.
pp_ctl.c