diff options
-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; |