summaryrefslogtreecommitdiff
path: root/mpf/ceilfloor.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
commitc03242552746fbb30331262c4c6b257a83fd4eb4 (patch)
tree1629ad4ed81c74ff3af59d93aeb76000406401ea /mpf/ceilfloor.c
parentbd807c9045ca022b8898c90bc540aba8f08db3b6 (diff)
downloadgmp-c03242552746fbb30331262c4c6b257a83fd4eb4.tar.gz
Change _PROTO => __GMP_PROTO.
Diffstat (limited to 'mpf/ceilfloor.c')
-rw-r--r--mpf/ceilfloor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/ceilfloor.c b/mpf/ceilfloor.c
index 468dac58c..a0c5d77de 100644
--- a/mpf/ceilfloor.c
+++ b/mpf/ceilfloor.c
@@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
Notice the use of prec+1 ensures mpf_ceil and mpf_floor are equivalent to
mpf_set if u is already an integer. */
-static void __gmpf_ceil_or_floor _PROTO ((REGPARM_2_1 (mpf_ptr r, mpf_srcptr u, int dir))) REGPARM_ATTR (1);
+static void __gmpf_ceil_or_floor __GMP_PROTO ((REGPARM_2_1 (mpf_ptr, mpf_srcptr, int))) REGPARM_ATTR (1);
#define mpf_ceil_or_floor(r,u,dir) __gmpf_ceil_or_floor (REGPARM_2_1 (r, u, dir))
REGPARM_ATTR (1) static void