Skip to content

Commit acb743d

Browse files
committed
unix/modffi: Mark 'O' type specifier as implemented.
1 parent 83229d3 commit acb743d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/modffi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
* clashes with struct's "p" as "Pascal string").
4848
* s - as argument, the same as "p", as return value, causes string
4949
* to be allocated and returned, instead of pointer value.
50+
* O - mp_obj_t, passed as is (mostly useful as a callback param)
5051
*
5152
* TODO:
52-
* O - mp_obj_t, passed as is (mostly useful as callback param)
5353
* C - callback function
5454
*
5555
* Note: all constraint specified by typecode can be not enforced at this time,

0 commit comments

Comments
 (0)