浏览代码

Proper prototype for mtherr, although this should probably be made an
internal/hidden function (and merror and internal/hidden variable).

Manuel Novoa III 23 年之前
父节点
当前提交
54e059a46b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/math.h

+ 1 - 1
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;