From 54e059a46b7f9775dbafa42fbb2b61d1f9dfb5f6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 21 May 2001 16:21:46 +0000 Subject: Proper prototype for mtherr, although this should probably be made an internal/hidden function (and merror and internal/hidden variable). --- include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/math.h') diff --git a/include/math.h b/include/math.h index 853d71368..a3069c828 100644 --- a/include/math.h +++ b/include/math.h @@ -192,7 +192,7 @@ typedef struct /* Variable for error reporting. See mtherr.c. */ -extern int mtherr(); +extern int mtherr(char *name, int code); extern int merror; -- cgit v1.2.3