diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-11-25 15:11:20 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-11-25 15:11:20 +0000 |
commit | 6c4493a045445db8cc63d95ce58f9807bf325e3b (patch) | |
tree | f53dfbee48fc3e8c747f05cb40770bbda9d0e777 /libguile | |
parent | 7123fc3b21c92ed8ac002adb826c74552c846407 (diff) | |
download | guile-6c4493a045445db8cc63d95ce58f9807bf325e3b.tar.gz |
Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/goops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/goops.h b/libguile/goops.h index 5ebae6d03..a288d84ac 100644 --- a/libguile/goops.h +++ b/libguile/goops.h @@ -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) \ |