mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
update make-struct docstring
* libguile/struct.c (scm_make_struct): Remove reference to deprecated make-vtable-vtable.
This commit is contained in:
parent
449ca87bdb
commit
2f0db5ee96
1 changed files with 2 additions and 3 deletions
|
@ -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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public License
|
* 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"
|
"Scheme programs.\n\n"
|
||||||
"If fewer optional arguments than initializable fields are supplied,\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"
|
"fields of type 'p' get default value #f while fields of type 'u' are\n"
|
||||||
"initialized to 0.\n\n"
|
"initialized to 0.")
|
||||||
"For more information, see the documentation for @code{make-vtable-vtable}.")
|
|
||||||
#define FUNC_NAME s_scm_make_struct
|
#define FUNC_NAME s_scm_make_struct
|
||||||
{
|
{
|
||||||
size_t i, n_init;
|
size_t i, n_init;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue