summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-06-11 22:02:26 -0400
committerMark H Weaver <mhw@netris.org>2017-06-11 22:02:26 -0400
commitd3fcefc3d5312d1499de0352f8f6e4c9838e0307 (patch)
tree9ebca49e3613985b62f4df645670191afcab0e0d
parent9846178c69445142ef0b9432417453d2d4de6635 (diff)
doc: Document 'short' and 'unsigned-short' foreign types.
This is a followup to commit 42f7c01e0a1d1c139ec8b835429a80ab15ac4007. Reported by Adriano Peluso <catonano@gmail.com>. * doc/ref/api-foreign.texi (Foreign Types): Add missing entries for 'short' and 'unsigned-short'.
-rw-r--r--doc/ref/api-foreign.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index 2f5375d28..bb93d6d1f 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -493,6 +493,8 @@ platform-dependent size:
@defvrx {Scheme Variable} unsigned-int
@defvrx {Scheme Variable} long
@defvrx {Scheme Variable} unsigned-long
+@defvrx {Scheme Variable} short
+@defvrx {Scheme Variable} unsigned-short
@defvrx {Scheme Variable} size_t
@defvrx {Scheme Variable} ssize_t
@defvrx {Scheme Variable} ptrdiff_t