aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ext_ffi_semantics.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index 2dbe41e9..304befa7 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -724,6 +724,11 @@ of them is an <tt>uint64_t</tt>, the other side is converted to an
724both sides are converted to an <tt>int64_t</tt> and a signed 724both sides are converted to an <tt>int64_t</tt> and a signed
725comparison is performed.</li> 725comparison is performed.</li>
726 726
727<li><b>Comparisons for equality/inequality</b> never raise an error.
728Even incompatible pointers can be compared for equality by address. Any
729other incompatible comparison (also with non-cdata objects) treats the
730two sides as unequal.</li>
731
727</ul> 732</ul>
728 733
729<h3 id="cdata_key">cdata objects as table keys</h3> 734<h3 id="cdata_key">cdata objects as table keys</h3>