summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-05-21 16:21:46 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-05-21 16:21:46 +0000
commit54e059a46b7f9775dbafa42fbb2b61d1f9dfb5f6 (patch)
treea6ec01380dc6e364b54a7c57debb5b3c7d66c837 /include/math.h
parent8662b5d09896d537141eea24eef5a8f17aea7fc2 (diff)
Proper prototype for mtherr, although this should probably be made an
internal/hidden function (and merror and internal/hidden variable).
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h2
1 files changed, 1 insertions, 1 deletions
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;