mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 03:54:12 +02:00
merge from 1.8 branch
This commit is contained in:
parent
cd5fea8dbe
commit
2b829bbb3d
220 changed files with 603 additions and 372 deletions
|
@ -2,7 +2,7 @@
|
|||
deprecate something, move it here when that is feasible.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2003, 2004, 2006 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
|
||||
|
@ -1435,7 +1435,7 @@ void
|
|||
scm_i_defer_ints_etc ()
|
||||
{
|
||||
scm_c_issue_deprecation_warning
|
||||
("SCM_CRITICAL_SECTION_START etc are deprecated. "
|
||||
("SCM_DEFER_INTS etc are deprecated. "
|
||||
"Use a mutex instead if appropriate.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue