chiark / gitweb /
doc/structures.tex, lib/sod-structs.3: Define variable `M'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jul 2017 17:13:31 +0000 (18:13 +0100)
Oops.

doc/structures.tex
lib/sod-structs.3

index dfa5c4c6236b16f3ef7998df8405eb7328028619..c8a0d9c8d4eb573dab062c02a2819f2304521fb6 100644 (file)
@@ -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}
index 35f668f471e6024f060b57d12b324ddedfd29567..0eb6324cc825110f067bbad9a87602ed93f17ce4 100644 (file)
@@ -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