diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-21 16:21:46 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-21 16:21:46 +0000 |
commit | 54e059a46b7f9775dbafa42fbb2b61d1f9dfb5f6 (patch) | |
tree | a6ec01380dc6e364b54a7c57debb5b3c7d66c837 | |
parent | 8662b5d09896d537141eea24eef5a8f17aea7fc2 (diff) |
Proper prototype for mtherr, although this should probably be made an
internal/hidden function (and merror and internal/hidden variable).
-rw-r--r-- | include/math.h | 2 |
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; |