From d3fcefc3d5312d1499de0352f8f6e4c9838e0307 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 11 Jun 2017 22:02:26 -0400 Subject: [PATCH] doc: Document 'short' and 'unsigned-short' foreign types. This is a followup to commit 42f7c01e0a1d1c139ec8b835429a80ab15ac4007. Reported by Adriano Peluso . * doc/ref/api-foreign.texi (Foreign Types): Add missing entries for 'short' and 'unsigned-short'. --- doc/ref/api-foreign.texi | 2 ++ 1 file changed, 2 insertions(+) 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