From 16554b8ee932fdd84abe72648c4354bef24b8e41 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Nov 1995 21:59:55 +0000 Subject: [PATCH] Use __P. --- lib/xstrtod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0