Explorar o código

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

Manuel Novoa III %!s(int64=23) %!d(string=hai) anos
pai
achega
54e059a46b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;