summaryrefslogtreecommitdiff
path: root/libguile/error.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2002-12-10 09:35:06 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2002-12-10 09:35:06 +0000
commitc7fabadfe0161ca9fd2989179a3b3f387d3f8258 (patch)
tree153d7856b0442c9046eb6dd2ed767425d767f1a2 /libguile/error.h
parent06babeccd19cbabf723853ec712df84f8f6b1f1b (diff)
downloadguile-c7fabadfe0161ca9fd2989179a3b3f387d3f8258.tar.gz
* async.c, error.h (scm_ints_disabled): Removed.
* gc.c (scm_gc_for_newcell), init.c (scm_init_guile_1), root.c (scm_internal_cwdr), gdbint.c (SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Don't touch scm_ints_disabled. (old_ints): Removed. * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): Define as a recursive critical section. (SCM_REDEFER_INTS, SCM_ALLOW_INTS): Define as SCM_DEFER_INTS and SCM_ALLOW_INTS.
Diffstat (limited to 'libguile/error.h')
-rw-r--r--libguile/error.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/error.h b/libguile/error.h
index 1f1692024..ce7c6ed16 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -3,7 +3,7 @@
#ifndef SCM_ERROR_H
#define SCM_ERROR_H
-/* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002 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
@@ -49,8 +49,6 @@
#include "libguile/__scm.h"
-SCM_API int scm_ints_disabled;
-
SCM_API SCM scm_system_error_key;
SCM_API SCM scm_num_overflow_key;
SCM_API SCM scm_out_of_range_key;