We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libgap-api.h
1 parent 47826c2 commit c1adeb9Copy full SHA for c1adeb9
src/sage/libs/gap/libgap.pyx
@@ -162,8 +162,8 @@ Using the GAP C library from Cython
162
163
We are using the GAP API provided by the GAP project since GAP 4.10.
164
165
-Calls to the GAP C library (functions declared in libgap-api.h) should
166
-be sandwiched between calls to ``GAP_Enter()`` and
+Calls to the GAP C library (functions declared in ``libgap-api.h``)
+should be sandwiched between calls to ``GAP_Enter()`` and
167
``GAP_Leave()``. These are macros defined in ``libgap-api.h`` and must
168
be used carefully because ``GAP_Enter()`` is defined as two function
169
calls in succession without braces. The first thing that
0 commit comments