X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/5e4a5d535e3314b0fd0d56a0d77a5354c423d56a..2f8a99a834db051434d30471e9cc26a41f6a5fa7:/doc/runtime.tex?ds=sidebyside diff --git a/doc/runtime.tex b/doc/runtime.tex index d4a8292..2e04639 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -328,7 +328,7 @@ keyword arguments. which expects keyword arguments, but don't supply any and forget the null pointer which terminates the (empty) list.} % If @ is a null pointer, then @ need not be a valid pointer; - otherwise, the cursor object @|* @| will be modified as the function + otherwise, the cursor object @|*@| will be modified as the function extracts successive arguments from the tail. The keyword vector is read from the vector of @|kwval| structures starting @@ -688,7 +688,7 @@ some (static) type into instance pointers of other static types to the same instance. \begin{describe}[SOD_XCHAIN]{mac} - {void *SOD_CHAIN(@, const @ *@);} + {void *SOD_XCHAIN(@, const @ *@);} Performs a `cross-chain upcast'. Given a pointer @ to an instance of a class of type @ and the