]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC
authorWill Newton <will.newton@linaro.org>
Fri, 25 Apr 2014 14:48:48 +0000 (15:48 +0100)
committerWill Newton <will.newton@linaro.org>
Wed, 14 May 2014 13:11:48 +0000 (14:11 +0100)
commit4f02e2b8f94799b4f9e57e922c06c5eeec4272e6
treefd2ae566d795ec7c7b1026848162c6d038cb2d3c
parent1a84c3d6d4bc43c92b6531b09d732e2e9c750dea
stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC

The upstream version of GMP has long removed this conditional
altogether in this commit:

changeset:   5254:88618a4694ac
user:        Kevin Ryde <user42@zip.com.au>
date:        Sun Jun 17 01:37:27 2001 +0200

So just turn the #if into an #ifdef to silence the warning.

ChangeLog:

2014-05-14  Will Newton  <will.newton@linaro.org>

* stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
rather than #if.
ChangeLog
stdlib/gmp-impl.h