Drop superfluous ; in __warn_references
This commit is contained in:
parent
c6cafff5a0
commit
6c9a28baeb
@ -7,7 +7,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBM_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: compat_cabs.c,v 1.2 2007/08/10 21:20:35 drochner Exp $");
|
||||
__RCSID("$NetBSD: compat_cabs.c,v 1.3 2017/05/13 02:58:03 maya Exp $");
|
||||
#endif
|
||||
|
||||
#include "../src/namespace.h"
|
||||
@ -19,7 +19,7 @@ struct complex {
|
||||
};
|
||||
|
||||
double cabs(struct complex);
|
||||
__warn_references(cabs, "warning: reference to compatibility cabs()");
|
||||
__warn_references(cabs, "warning: reference to compatibility cabs()")
|
||||
|
||||
double
|
||||
cabs(struct complex z)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBM_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: compat_cabsf.c,v 1.2 2007/08/10 21:20:35 drochner Exp $");
|
||||
__RCSID("$NetBSD: compat_cabsf.c,v 1.3 2017/05/13 02:58:03 maya Exp $");
|
||||
#endif
|
||||
|
||||
#include "../src/namespace.h"
|
||||
@ -19,7 +19,7 @@ struct complex {
|
||||
};
|
||||
|
||||
float cabsf __P((struct complex));
|
||||
__warn_references(cabsf, "warning: reference to compatibility cabsf()");
|
||||
__warn_references(cabsf, "warning: reference to compatibility cabsf()")
|
||||
|
||||
float
|
||||
cabsf(struct complex z)
|
||||
|
Loading…
Reference in New Issue
Block a user