mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-24 21:50:20 +02:00
* acconfig.h (SCM_DEBUG_DEPRECATED,
GUILE_WARN_DEPRECATED_DEFAULT): Added.
This commit is contained in:
parent
6b3ccfcc16
commit
cbc227623e
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@
|
|||
* If you do not wish that, delete this exception notice. */
|
||||
|
||||
|
||||
/* Define this if you want to exclude deprecated features */
|
||||
#undef SCM_DEBUG_DEPRECATED
|
||||
|
||||
/* Define this to control the default warning level for deprecated features */
|
||||
#undef GUILE_WARN_DEPRECATED_DEFAULT
|
||||
|
||||
/* Define these two if you want support for debugging of Scheme
|
||||
programs. */
|
||||
#undef DEBUG_EXTENSIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue