guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-97-gaed948


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-97-gaed9483
Date: Tue, 03 Jan 2012 22:31:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=aed9483ba1c22d5de5f3ec4b5b915e2095e233be

The branch, stable-2.0 has been updated
       via  aed9483ba1c22d5de5f3ec4b5b915e2095e233be (commit)
      from  2f50d0a89758894a39bcec5a94c658d63d20701b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aed9483ba1c22d5de5f3ec4b5b915e2095e233be
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 3 23:31:30 2012 +0100

    doc: Fix typo in `define-wrapped-pointer-type' example.
    
    * doc/ref/api-foreign.texi (Void Pointers and Byte Access): Fix typo in
      `define-wrapped-pointer-type' example.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/api-foreign.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index 2dd6916..82925e6 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
 @c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2008,
address@hidden   2009, 2010, 2011 Free Software Foundation, Inc.
address@hidden   2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
 @node Foreign Function Interface
@@ -680,7 +680,7 @@ pointers to manipulate them.  We could write:
   (lambda (b p)
     (format p "#<bottle of ~a ~x>"
             (bottle-contents b)
-            (pointer-address (unwrap-foo b)))))
+            (pointer-address (unwrap-bottle b)))))
 
 (define grab-bottle
   ;; Wrapper for `bottle_t *grab (void)'.


hooks/post-receive
-- 
GNU Guile



reply via email to

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