Line 0
Link Here
|
|
|
1 |
--- C/compiler.c.orig Fri Feb 27 01:48:29 2004 |
2 |
+++ C/compiler.c Thu Sep 2 17:36:25 2004 |
3 |
@@ -2727,12 +2727,12 @@ |
4 |
volatile int maxvnum = 512; |
5 |
int botch_why; |
6 |
volatile Term my_clause = inp_clause; |
7 |
+ compiler_struct cglobs; |
8 |
/* may botch while doing a different module */ |
9 |
|
10 |
/* first, initialise cglobs->cint.CompilerBotch to handle all cases of interruptions */ |
11 |
Yap_ErrorMessage = NULL; |
12 |
Yap_Error_Size = 0; |
13 |
- compiler_struct cglobs; |
14 |
|
15 |
if ((botch_why = setjmp(cglobs.cint.CompilerBotch)) == 3) { |
16 |
/* out of local stack, just duplicate the stack */ |