diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:09:20 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:09:20 +0000 |
commit | 3d7f708f21b109277018e776ec3754975696e390 (patch) | |
tree | 7375110d778d41e84ca356226f7a85768804f7eb /libguile.h | |
parent | 5cbed2d017e940d5ee2e625fe12d66278ae6cfb9 (diff) |
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
Diffstat (limited to 'libguile.h')
-rw-r--r-- | libguile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile.h b/libguile.h index 85db31c48..5d014d61b 100644 --- a/libguile.h +++ b/libguile.h @@ -1,7 +1,7 @@ #ifndef SCM_LIBGUILE_H #define SCM_LIBGUILE_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 @@ -129,9 +129,7 @@ extern "C" { #include "libguile/debug.h" #include "libguile/stacks.h" #endif -#ifdef USE_THREADS #include "libguile/threads.h" -#endif #include "libguile/inline.h" #ifdef __cplusplus |