summaryrefslogtreecommitdiff
path: root/libguile/stackchk.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 07:19:38 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 07:19:38 +0000
commitd0f6ceb84f26b033d6f1ac8bbc2acf81efc29f22 (patch)
tree049594205b5cdd419c32f06af43ec6c3382ef85c /libguile/stackchk.h
parent1ac61c2b50fa64ffc7d9aa4558aecceb9f980640 (diff)
downloadguile-d0f6ceb84f26b033d6f1ac8bbc2acf81efc29f22.tar.gz
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
fix compile errors with --disable-deprecated.
Diffstat (limited to 'libguile/stackchk.h')
-rw-r--r--libguile/stackchk.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/libguile/stackchk.h b/libguile/stackchk.h
index 6c7dbaa47..44f5c7ce2 100644
--- a/libguile/stackchk.h
+++ b/libguile/stackchk.h
@@ -25,21 +25,13 @@
#include "libguile/__scm.h"
#include "libguile/continuations.h"
-#ifdef DEBUG_EXTENSIONS
#include "libguile/debug.h"
-#endif
+
-/* With debug extensions we have the possibility to use the debug options
- * to disable stack checking.
+/* With debug options we have the possibility to disable stack checking.
*/
-#ifdef DEBUG_EXTENSIONS
#define SCM_STACK_CHECKING_P SCM_STACK_LIMIT
-#else
-/* *fixme* This option should be settable also without debug extensions. */
-#define SCM_STACK_LIMIT 100000
-#define SCM_STACK_CHECKING_P 1
-#endif
#ifdef STACK_CHECKING
# if SCM_STACK_GROWS_UP