Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 9aa8543 commit 52e2d51Copy full SHA for 52e2d51
1 file changed
Doc/ext/ext.tex
@@ -1294,8 +1294,8 @@ \subsection{NULL Pointers
1294
1295
The C function calling mechanism guarantees that the argument list
1296
passed to C functions (\code{args} in the examples) is never
1297
-\NULL{} --- in fact it guarantees that it is always a tuple.%
1298
-\footnote{These guarantees don't hold when you use the ``old'' style
+\NULL{} --- in fact it guarantees that it is always a tuple.\footnote{
+These guarantees don't hold when you use the ``old'' style
1299
calling convention --- this is still found in much existing code.}
1300
1301
It is a severe error to ever let a \NULL{} pointer ``escape'' to
0 commit comments