mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.
This commit is contained in:
parent
7123fc3b21
commit
6c4493a045
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ SCM_API SCM scm_sys_method_more_specific_p (SCM m1, SCM m2, SCM targs);
|
|||
SCM_API SCM scm_init_goops_builtins (void);
|
||||
SCM_API void scm_init_goops (void);
|
||||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
#if (SCM_ENABLE_DEPRECATED == 1)
|
||||
|
||||
#define SCM_INST_TYPE(x) SCM_OBJ_CLASS_FLAGS (x)
|
||||
#define SCM_SIMPLEMETHODP(x) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue