8000 Merge pull request #11294 from charris/fix-npy_get_floatstatus_barrier · r-devulap/numpy@b8aa34c · GitHub
[go: up one dir, main page]

Skip to content

Commit b8aa34c

Browse files
authored
Merge pull request numpy#11294 from charris/fix-npy_get_floatstatus_barrier
BUG: Remove extra trailing parentheses.
2 parents 7fdce63 + a4b46b4 commit b8aa34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/npymath/ieee754.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ int npy_get_floatstatus() {
584584
defined(__NetBSD__)
585585
#include <ieeefp.h>
586586

587-
int npy_get_floatstatus_barrier(char * param))
587+
int npy_get_floatstatus_barrier(char * param)
588588
{
589589
int fpstatus = fpgetsticky();
590590
/*

0 commit comments

Comments
 (0)
0