mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30:21 +02:00
Deprecated everything.
This commit is contained in:
parent
9b26d381c1
commit
5c56ebe15b
8 changed files with 32 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "libguile/gh.h"
|
||||
|
||||
#if SCM_ENABLE_DEPRECATED
|
||||
|
||||
/* type predicates: tell you if an SCM object has a given type */
|
||||
int
|
||||
gh_boolean_p (SCM val)
|
||||
|
@ -110,6 +112,8 @@ gh_null_p(SCM l)
|
|||
return (scm_is_true(scm_null_p(l)));
|
||||
}
|
||||
|
||||
#endif /* SCM_ENABLE_DEPRECATED */
|
||||
|
||||
/*
|
||||
Local Variables:
|
||||
c-file-style: "gnu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue