@@ -468,6 +468,8 @@ otherwise. The following parameters are currently defined:
|
|||||||
<td class="abiparam">uwp</td><td class="abidesc">Universal Windows Platform</td></tr>
|
<td class="abiparam">uwp</td><td class="abidesc">Universal Windows Platform</td></tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
|
<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td class="abiparam">dualnum</td><td class="abidesc">Dual-number mode</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3 id="ffi_os"><tt>ffi.os</tt></h3>
|
<h3 id="ffi_os"><tt>ffi.os</tt></h3>
|
||||||
|
|||||||
@@ -758,6 +758,9 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.)
|
|||||||
#endif
|
#endif
|
||||||
#if LJ_GC64
|
#if LJ_GC64
|
||||||
"\004gc64"
|
"\004gc64"
|
||||||
|
#endif
|
||||||
|
#if LJ_DUALNUM
|
||||||
|
"\007dualnum"
|
||||||
#endif
|
#endif
|
||||||
) >= 0;
|
) >= 0;
|
||||||
setboolV(L->top-1, b);
|
setboolV(L->top-1, b);
|
||||||
|
|||||||
Reference in New Issue
Block a user