From cf14c509f3b3300b8787fa763cf140857836724c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Nov 1995 21:59:55 +0000 Subject: Use __P. --- lib/xstrtod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/xstrtod.h b/lib/xstrtod.h index 69c787711..15b85f446 100644 --- a/lib/xstrtod.h +++ b/lib/xstrtod.h @@ -10,6 +10,6 @@ #endif /* Not __P. */ int - xstrtod (const char *str, const char **ptr, double *result); + xstrtod __P ((const char *str, const char **ptr, double *result)); #endif /* XSTRTOD_H */ -- cgit v1.2.3-54-g00ecf