[aisleriot] More guile 2.0 build fixes
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] More guile 2.0 build fixes
- Date: Tue, 12 Apr 2011 22:10:39 +0000 (UTC)
commit 00c398c691dccebf6c5c8bb9e140d4e9d0998c90
Author: Christian Persch <chpe gnome org>
Date: Wed Apr 13 00:10:31 2011 +0200
More guile 2.0 build fixes
src/game.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/game.c b/src/game.c
index 03e96af..660a07a 100644
--- a/src/game.c
+++ b/src/game.c
@@ -1019,14 +1019,6 @@ scm_delayed_call (SCM callback)
static void
cscm_init (void)
{
-#ifdef GUILE_DEBUG
- /* Enable useful debugging options. */
- SCM_DEVAL_P = 1;
- SCM_BACKTRACE_P = 1;
- SCM_RECORD_POSITIONS_P = 1;
- SCM_RESET_DEBUG_MODE;
-#endif
-
/* Let the scheme side of things know about our C functions. */
scm_c_define_gsubr ("set-feature-word!", 1, 0, 0, scm_set_feature_word);
scm_c_define_gsubr ("get-feature-word", 0, 0, 0, scm_get_feature_word);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]