mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 05:50:30 +02:00
* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
This commit is contained in:
parent
78930a69ee
commit
887dfa7d56
5 changed files with 21 additions and 11 deletions
|
@ -110,7 +110,7 @@ else
|
|||
warn_default=$enable_deprecated
|
||||
fi
|
||||
AC_DEFINE(SCM_DEBUG_DEPRECATED, 0)
|
||||
AC_DEFINE_UNQUOTED(GUILE_WARN_DEPRECATED_DEFAULT, "$warn_default")
|
||||
AC_DEFINE_UNQUOTED(SCM_WARN_DEPRECATED_DEFAULT, "$warn_default")
|
||||
fi
|
||||
|
||||
dnl The --disable-debug used to control these two. But now they are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue