mhw pushed a commit to branch stable-2.2
in repository guile.

commit d3fcefc3d5312d1499de0352f8f6e4c9838e0307
Author: Mark H Weaver <[email protected]>
Date:   Sun Jun 11 22:02:26 2017 -0400

    doc: Document 'short' and 'unsigned-short' foreign types.
    
    This is a followup to commit 42f7c01e0a1d1c139ec8b835429a80ab15ac4007.
    Reported by Adriano Peluso <[email protected]>.
    
    * 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 2f5375d..bb93d6d 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

Reply via email to