Skip to content

Commit 5a9ca2a

Browse files
Update signature of gr_ctx_clear to void
1 parent 2ce48b0 commit 5a9ca2a

File tree

1 file changed

+1
-1
lines changed
  • src/flint/flintlib/functions

1 file changed

+1
-1
lines changed

src/flint/flintlib/functions/gr.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from flint.flintlib.types.gr cimport gr_ctx_t, gr_ptr, gr_srcptr, gr_stream_t, g
1616

1717
cdef extern from "flint/gr.h":
1818
slong gr_ctx_sizeof_elem(gr_ctx_t ctx)
19-
int gr_ctx_clear(gr_ctx_t ctx)
19+
void gr_ctx_clear(gr_ctx_t ctx)
2020
int gr_ctx_write(gr_stream_t out, gr_ctx_t ctx)
2121
int gr_ctx_print(gr_ctx_t ctx)
2222
int gr_ctx_println(gr_ctx_t ctx)

0 commit comments

Comments
 (0)