build: fix numfmt build error on compilers without __attribute
commit04b035670de49429d48dea726125caa613c1629f
authorJoachim Schmitz <jojo@schmitz-digital.de>
Tue, 19 Feb 2013 11:09:44 +0000 (19 11:09 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 20 Feb 2013 04:04:25 +0000 (20 04:04 +0000)
tree604fa10fa715cea7dda037e72c8eee70044828d2
parentb469fa044a81762a9eb0da92b4fb47467154c4f1
build: fix numfmt build error on compilers without __attribute

* src/numfmt.c (): Use the more standard _GL_ATTRIBUTE_PURE
which is elided where required.
Reported in http://bugs.gnu.org/10305
src/numfmt.c