Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/c-api/gcsupport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
must name its arguments exactly *visit* and *arg*:


.. c:function:: void Py_VISIT(PyObject *o)
.. c:macro:: Py_VISIT(PyObject *o)

Check warning on line 183 in Doc/c-api/gcsupport.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

Invalid C declaration: Expected identifier, ')', or ',' in macro parameter list. [error at 18]
Comment thread
ZeroIntensity marked this conversation as resolved.
Outdated

If *o* is not ``NULL``, call the *visit* callback, with arguments *o*
and *arg*. If *visit* returns a non-zero value, then return it.
Expand Down
Loading