guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core acconfig.h


From: Marius Vollmer
Subject: guile/guile-core acconfig.h
Date: Tue, 01 May 2001 17:53:49 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/01 17:53:49

Modified files:
        guile-core     : acconfig.h 

Log message:
        * acconfig.h (SCM_DEBUG_DEPRECATED,
        GUILE_WARN_DEPRECATED_DEFAULT): Added.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/acconfig.h.diff?cvsroot=OldCVS&tr1=1.46&tr2=1.47&r1=text&r2=text

Patches:
Index: guile/guile-core/acconfig.h
diff -u guile/guile-core/acconfig.h:1.46 guile/guile-core/acconfig.h:1.47
--- guile/guile-core/acconfig.h:1.46    Fri Apr 20 12:14:59 2001
+++ guile/guile-core/acconfig.h Tue May  1 17:53:49 2001
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]