1
Fork 0
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:
Marius Vollmer 2001-05-02 00:53:49 +00:00
parent 6b3ccfcc16
commit cbc227623e

View file

@ -44,6 +44,12 @@
* If you do not wish that, delete this exception notice. */ * 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 /* Define these two if you want support for debugging of Scheme
programs. */ programs. */
#undef DEBUG_EXTENSIONS #undef DEBUG_EXTENSIONS