diff options
Diffstat (limited to 'libguile/deprecation.c')
-rw-r--r-- | libguile/deprecation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/deprecation.c b/libguile/deprecation.c index aad7bc09c..1f6d1ffb0 100644 --- a/libguile/deprecation.c +++ b/libguile/deprecation.c @@ -52,7 +52,7 @@ -#if SCM_DEBUG_DEPRECATED == 0 +#if (SCM_DEBUG_DEPRECATED == 0) /* This is either a boolean (when a summary should be printed) or a hashtab (when detailed warnings shouold be printed). |