Преглед изворни кода

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;