From ae5c86e3816fe8ce998a705426a50ce1e3da2cc2 Mon Sep 17 00:00:00 2001 From: rslopes Date: Wed, 19 Oct 2005 11:31:57 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1405 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- BEAM/eam_am.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BEAM/eam_am.c b/BEAM/eam_am.c index 7b4dc033c..624df4611 100644 --- a/BEAM/eam_am.c +++ b/BEAM/eam_am.c @@ -1058,7 +1058,7 @@ Cell *l; e=andbox->externals; while(e!=NULL) { if (deve_limpar_var(e)) { - (Cell *) l=(Cell *) e->var; + l=(Cell *) e->var; *((Cell *) l)=(Cell) l; } e=e->next; @@ -3288,7 +3288,7 @@ break_debug(); #endif { register Cell _DR1; - (Cell) _DR1=absappl((Cell) _H); /* SaveExpression in _DR1*/ + _DR1=absappl((Cell) _H); /* SaveExpression in _DR1*/ _X[arg1]=(Cell) _DR1; *(_H++)=arg2; _S=_H;