diff options
author | Mike Pall <mike> | 2015-09-20 19:25:39 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-09-20 19:25:39 +0200 |
commit | 52ea1a30afc204553c99126ab43c2b16f2bd0182 (patch) | |
tree | e77b429085c37d39c24c5108ae3f67f449f088a6 /doc/changes.html | |
parent | 49427dfcc2bb9ac60cd6023a59b0f788fcd38c3c (diff) | |
download | luajit-52ea1a30afc204553c99126ab43c2b16f2bd0182.tar.gz luajit-52ea1a30afc204553c99126ab43c2b16f2bd0182.tar.bz2 luajit-52ea1a30afc204553c99126ab43c2b16f2bd0182.zip |
FFI: Add ssize_t declaration.
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index 125b58b4..82d3c140 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -123,6 +123,7 @@ Please take a look at the commit history for more details. | |||
123 | <li>FFI: Compile lightuserdata to <tt>void *</tt> conversion.</li> | 123 | <li>FFI: Compile lightuserdata to <tt>void *</tt> conversion.</li> |
124 | <li>FFI: Compile <tt>ffi.gc(cdata, nil)</tt>, too.</li> | 124 | <li>FFI: Compile <tt>ffi.gc(cdata, nil)</tt>, too.</li> |
125 | <li>FFI: Add <tt>ffi.typeinfo()</tt>.</li> | 125 | <li>FFI: Add <tt>ffi.typeinfo()</tt>.</li> |
126 | <li>FFI: Add <tt>ssize_t</tt> declaration.</li> | ||
126 | </ul></li> | 127 | </ul></li> |
127 | </ul> | 128 | </ul> |
128 | </div> | 129 | </div> |