guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. v2.1.0-24-g2f0db5e


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-24-g2f0db5e
Date: Wed, 16 Jan 2013 09:31:23 +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=2f0db5ee96e166b1cec6bd826b64161fa335f761

The branch, master has been updated
       via  2f0db5ee96e166b1cec6bd826b64161fa335f761 (commit)
      from  449ca87bdb5ba9ad384c32a306e36c2946c5b832 (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 2f0db5ee96e166b1cec6bd826b64161fa335f761
Author: Andy Wingo <address@hidden>
Date:   Wed Jan 16 09:17:35 2013 +0100

    update make-struct docstring
    
    * libguile/struct.c (scm_make_struct): Remove reference to deprecated
      make-vtable-vtable.

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

Summary of changes:
 libguile/struct.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/libguile/struct.c b/libguile/struct.c
index 1a30fef..db79e79 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996,1997,1998,1999,2000,2001, 2003, 2004, 2006, 2007, 2008, 
2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996,1997,1998,1999,2000,2001, 2003, 2004, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -532,8 +532,7 @@ SCM_DEFINE (scm_make_struct, "make-struct", 2, 0, 1,
            "Scheme programs.\n\n"
            "If fewer optional arguments than initializable fields are 
supplied,\n"
            "fields of type 'p' get default value #f while fields of type 'u' 
are\n"
-           "initialized to 0.\n\n"
-           "For more information, see the documentation for 
@code{make-vtable-vtable}.")
+           "initialized to 0.")
 #define FUNC_NAME s_scm_make_struct
 {
   size_t i, n_init;


hooks/post-receive
-- 
GNU Guile



reply via email to

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