From 3d0d9e36200be44cc8bde8e12f6fa5021b71649d Mon Sep 17 00:00:00 2001 Message-Id: <3d0d9e36200be44cc8bde8e12f6fa5021b71649d.1713896926.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 15 May 2018 10:48:23 +0100 Subject: [PATCH] doc/runtime.tex: Fix name of `SOD_XCHAIN' macro. Organization: Straylight/Edgeware From: Mark Wooding The index entry was right, but the synopsis showed the wrong name. --- doc/runtime.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- [mdw]