mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* gh_data.c (gh_int2scmb): deprecation expired - removed.
This commit is contained in:
parent
af92e2b53d
commit
91faf22772
1 changed files with 0 additions and 10 deletions
|
@ -48,16 +48,6 @@
|
|||
|
||||
/* data conversion C->scheme */
|
||||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
|
||||
SCM
|
||||
gh_int2scmb (int x) /* this is being phased out */
|
||||
{
|
||||
return SCM_BOOL(x);
|
||||
}
|
||||
|
||||
#endif /* SCM_DEBUG_DEPRECATED == 0 */
|
||||
|
||||
SCM
|
||||
gh_bool2scm (int x)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue