From d7564f187c0aec4b054a15342c742ac548d031fa Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 21 Oct 2007 20:43:26 +0000 Subject: [PATCH] repair the big_buff definition --- src/frontend/inpcom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 816979eaf..bd67945e0 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -975,6 +975,9 @@ inp_readall(FILE *fp, struct line **data, int call_depth, char *dir_name) struct line *end = NULL, *cc = NULL, *prev = NULL, *working, *newcard, *start_lib, *global_card, *tmp_ptr = NULL, *tmp_ptr2 = NULL; char *buffer = NULL, *s, *t, *y, *z, c; /* segfault fix */ +#ifdef XSPICE + char big_buff[5000]; +#endif char *copys=NULL, big_buff2[5000]; char *global_copy = NULL, keep_char; int line_number = 1; /* sjb - renamed to avoid confusion with struct line */