build: avoid link failure in devmsg() on older linkers
authorPádraig Brady <P@draigBrady.com>
Thu, 14 Feb 2013 02:32:22 +0000 (02:32 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 14 Feb 2013 03:24:46 +0000 (03:24 +0000)
commit302564444383169087fbbec36983789abbac9aa5
tree23b4a7b6cd908628250e985fd275da8d2d3a83f2
parentfff11aca4faaee33a032cb11d7453c6e938b71b7
build: avoid link failure in devmsg() on older linkers

On linkers that don't remove unused functions,
there will be a reference to a missing dev_debug symbol
in the devmsg() function.  So for now ...

* src/system.h: ... move devmsg() from here ...
* src/numfmt.c: ... to here, and document future cleanup.
* src/factor.c: Likewise.
src/factor.c
src/numfmt.c
src/system.h