mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
(SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Do not set
scm_block_gc.
This commit is contained in:
parent
b17e0ac397
commit
fd20058d74
1 changed files with 0 additions and 3 deletions
|
@ -66,7 +66,6 @@
|
||||||
*/
|
*/
|
||||||
#define SCM_BEGIN_FOREIGN_BLOCK \
|
#define SCM_BEGIN_FOREIGN_BLOCK \
|
||||||
do { \
|
do { \
|
||||||
old_gc = scm_block_gc; scm_block_gc = 1; \
|
|
||||||
scm_print_carefully_p = 1; \
|
scm_print_carefully_p = 1; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
@ -74,7 +73,6 @@ do { \
|
||||||
#define SCM_END_FOREIGN_BLOCK \
|
#define SCM_END_FOREIGN_BLOCK \
|
||||||
do { \
|
do { \
|
||||||
scm_print_carefully_p = 0; \
|
scm_print_carefully_p = 0; \
|
||||||
scm_block_gc = old_gc; \
|
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,7 +107,6 @@ static SCM tok_buf;
|
||||||
static int tok_buf_mark_p;
|
static int tok_buf_mark_p;
|
||||||
|
|
||||||
static SCM gdb_output_port;
|
static SCM gdb_output_port;
|
||||||
static int old_gc;
|
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue