From: Mark Wooding Date: Tue, 15 May 2018 09:48:23 +0000 (+0100) Subject: doc/runtime.tex: Fix name of `SOD_XCHAIN' macro. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/3d0d9e36200be44cc8bde8e12f6fa5021b71649d doc/runtime.tex: Fix name of `SOD_XCHAIN' macro. The index entry was right, but the synopsis showed the wrong name. --- diff --git a/doc/runtime.tex b/doc/runtime.tex index a4a15ed..2e04639 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -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