* Removed lots of deprecated stuff.
[bpt/guile.git] / libguile / deprecation.h
index aa75824..726c64a 100644 (file)
@@ -2,18 +2,19 @@
 
 #ifndef SCM_DEPRECATION_H
 #define SCM_DEPRECATION_H
+
 /* Copyright (C) 2001 Free Software Foundation, Inc.
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2, or (at your option)
  * any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this software; see the file COPYING.  If not, write to
  * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * If you write modifications of your own for GUILE, it is your choice
  * whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.  */
+
 \f
+
 #include "libguile/__scm.h"
 
 \f
 
-#if SCM_DEBUG_DEPRECATED == 0
+#if (SCM_ENABLE_DEPRECATED == 1)
 
 void scm_c_issue_deprecation_warning (const char *msg);
 SCM scm_issue_deprecation_warning (SCM msgs);
@@ -55,7 +58,6 @@ SCM scm_issue_deprecation_warning (SCM msgs);
 #endif
 
 SCM scm_include_deprecated_features (void);
-
 void scm_init_deprecation (void);
 
 #endif  /* SCM_DEPRECATION_H */