From 0e6f4b1af2d50b5d34d6aa802735d803f9bf5cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 20 Feb 2000 02:23:21 -0800 Subject: [PATCH] it is no longer required to hide xalloc and functions that may call xalloc Rev: src/threads.h:1.74 --- src/threads.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/threads.h b/src/threads.h index 384496b5eb..73c4a6d2f3 100644 --- a/src/threads.h +++ b/src/threads.h @@ -1,5 +1,5 @@ /* - * $Id: threads.h,v 1.73 2000/02/17 00:31:16 hubbe Exp $ + * $Id: threads.h,v 1.74 2000/02/20 10:23:21 hubbe Exp $ */ #ifndef THREADS_H #define THREADS_H @@ -446,8 +446,7 @@ struct thread_state { int Pike_sp = 0, Pike_evaluator_stack = 0, Pike_mark_sp = 0, Pike_mark_stack = 0, Pike_fp = 0; \ void *evaluator_stack_malloced = NULL, *mark_stack_malloced = NULL; \ int recoveries = 0, thread_id = 0; \ - int error = 0, xalloc = 0, low_my_putchar = 0, low_my_binary_strcat = 0; \ - int low_make_buf_space = 0, pop_n_elems = 0; \ + int pop_n_elems = 0; \ int push_sp_mark = 0, pop_sp_mark = 0, threads_disabled = 1 /* Note that the semi-colon below is needed to add an empty statement -- GitLab