From c03242552746fbb30331262c4c6b257a83fd4eb4 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 7 Dec 2008 18:20:46 +0100 Subject: Change _PROTO => __GMP_PROTO. --- scanf/fscanffuns.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scanf') diff --git a/scanf/fscanffuns.c b/scanf/fscanffuns.c index a71a9ee11..236aec663 100644 --- a/scanf/fscanffuns.c +++ b/scanf/fscanffuns.c @@ -28,13 +28,13 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ /* SunOS 4 stdio.h doesn't provide prototypes for these */ #if ! HAVE_DECL_FGETC -int fgetc _PROTO ((FILE *fp)); +int fgetc __GMP_PROTO ((FILE *fp)); #endif #if ! HAVE_DECL_FSCANF -int fscanf _PROTO ((FILE *fp, const char *fmt, ...)); +int fscanf __GMP_PROTO ((FILE *fp, const char *fmt, ...)); #endif #if ! HAVE_DECL_UNGETC -int ungetc _PROTO ((int c, FILE *fp)); +int ungetc __GMP_PROTO ((int c, FILE *fp)); #endif -- cgit v1.2.1