From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: doc/structures.tex, lib/sod-structs.3: Define variable `M'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/fa388683c9116be05ee1778150fd550fd2366a6e?ds=sidebyside doc/structures.tex, lib/sod-structs.3: Define variable `M'. Oops. --- diff --git a/doc/structures.tex b/doc/structures.tex index dfa5c4c..c8a0d9c 100644 --- a/doc/structures.tex +++ b/doc/structures.tex @@ -478,6 +478,8 @@ structure. extern const union $C$__vtu_$h$ $C$__vtable_$h$; \end{prog} +In the following, let $M$ be the metaclass of $C$. + \subsubsection{The vtu union} The outer layer is a @|union $C$__vtu_$h$| containing a member \begin{prog} diff --git a/lib/sod-structs.3 b/lib/sod-structs.3 index 35f668f..0eb6324 100644 --- a/lib/sod-structs.3 +++ b/lib/sod-structs.3 @@ -735,6 +735,12 @@ extern const union \fIC\fB__vtu_\fIh\fB \fIC\fB__vtable_\fIh\fB; .ft P .fi .PP +In the following, +let +.I M +be the metaclass of +.IR C . +.PP The outer layer is a .B union .IB C __vtu_ h