mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* evalext.h: Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.
This commit is contained in:
parent
41f77ff505
commit
e71a8bf2ef
2 changed files with 6 additions and 1 deletions
|
@ -71,7 +71,7 @@ void *scm_c_call_with_blocked_asyncs (void *(*p) (void *d), void *d);
|
|||
void *scm_c_call_with_unblocked_asyncs (void *(*p) (void *d), void *d);
|
||||
SCM_API void scm_init_async (void);
|
||||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
#if (SCM_ENABLE_DEPRECATED == 1)
|
||||
|
||||
SCM_API SCM scm_unmask_signals (void);
|
||||
SCM_API SCM scm_mask_signals (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue