소스 검색

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;