guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: doc: Document 'short' and 'unsigned-short' foreig


From: Mark H. Weaver
Subject: [Guile-commits] 01/01: doc: Document 'short' and 'unsigned-short' foreign types.
Date: Sun, 11 Jun 2017 22:07:27 -0400 (EDT)

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

commit d3fcefc3d5312d1499de0352f8f6e4c9838e0307
Author: Mark H Weaver <address@hidden>
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 <address@hidden>.
    
    * 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
address@hidden {Scheme Variable} short
address@hidden {Scheme Variable} unsigned-short
 @defvrx {Scheme Variable} size_t
 @defvrx {Scheme Variable} ssize_t
 @defvrx {Scheme Variable} ptrdiff_t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]