Fixed out-of-date documentation

This commit is contained in:
Graham Nelson 2020-06-29 23:42:03 +01:00
parent 7b93e89280
commit 0da5d7f943
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Inweb 7
v7-alpha.1+1A47 'Escape to Danger' (28 June 2020)
v7-alpha.1+1A48 'Escape to Danger' (29 June 2020)
## About Inweb

View file

@ -1,3 +1,3 @@
Prerelease: alpha.1
Build Date: 28 June 2020
Build Number: 1A47
Build Date: 29 June 2020
Build Number: 1A48

View file

@ -170,7 +170,7 @@ in the <span class="extract"><span class="extract-syntax">I</span></span> case,
</p>
<p class="commentary">It will, however, produce a compilation error if <span class="extract"><span class="extract-syntax">some_object</span></span> is not a pointer
to a structure which has <span class="extract"><span class="extract-syntax">METHOD_CALLS</span></span> as part of its definition.
to a structure which has a <span class="extract"><span class="extract-syntax">methods</span></span> element as part of its definition.
</p>
<pre class="definitions code-font"><span class="definition-keyword">define</span> <span class="identifier-syntax">INT_METHOD_CALL</span><span class="plain-syntax">(</span><span class="identifier-syntax">rval</span><span class="plain-syntax">, </span><span class="identifier-syntax">upon</span><span class="plain-syntax">, </span><span class="identifier-syntax">id</span><span class="plain-syntax">, </span><span class="identifier-syntax">args</span><span class="plain-syntax">...) {</span>

Binary file not shown.

View file

@ -117,7 +117,7 @@ If |some_object| has no methods for the given ID, then nothing happens, and
in the |I| case, the return value is |FALSE|.
It will, however, produce a compilation error if |some_object| is not a pointer
to a structure which has |METHOD_CALLS| as part of its definition.
to a structure which has a |methods| element as part of its definition.
@d INT_METHOD_CALL(rval, upon, id, args...) {
rval = FALSE;