fix bad pruning in meta-call
This commit is contained in:
		@@ -13512,7 +13512,7 @@ Yap_absmi(int inp)
 | 
			
		||||
#endif	/* LOW_LEVEL_TRACER */
 | 
			
		||||
	WRITEBACK_Y_AS_ENV();
 | 
			
		||||
	/* setup GB */
 | 
			
		||||
	ENV_YREG[E_CB] = (CELL) b_ptr;
 | 
			
		||||
	ENV_YREG[E_CB] = (CELL) B;
 | 
			
		||||
#ifdef YAPOR
 | 
			
		||||
	SCH_check_requests();
 | 
			
		||||
#endif	/* YAPOR */
 | 
			
		||||
 
 | 
			
		||||
@@ -118,7 +118,7 @@ Yap_InitPlIO (void)
 | 
			
		||||
 */
 | 
			
		||||
static int newline = TRUE;
 | 
			
		||||
 | 
			
		||||
#if DEBUG_YAP
 | 
			
		||||
#ifdef DEBUG
 | 
			
		||||
 | 
			
		||||
static       int   eolflg = 1;
 | 
			
		||||
 | 
			
		||||
@@ -1088,7 +1088,7 @@ Yap_InitBackIO (void)
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if DEBUG_YAP
 | 
			
		||||
#ifdef DEBUG
 | 
			
		||||
static Int
 | 
			
		||||
p_write_string( USES_REGS1 )
 | 
			
		||||
{
 | 
			
		||||
@@ -1116,7 +1116,7 @@ Yap_InitIOPreds(void)
 | 
			
		||||
  Yap_InitCPred ("$get_read_error_handler", 1, p_get_read_error_handler, SafePredFlag|SyncPredFlag);
 | 
			
		||||
  Yap_InitCPred ("$read", 7, p_read, SyncPredFlag|UserCPredFlag);
 | 
			
		||||
  Yap_InitCPred ("$read", 8, p_read2, SyncPredFlag|UserCPredFlag);
 | 
			
		||||
#if DEBUG_YAP
 | 
			
		||||
#ifdef DEBUG
 | 
			
		||||
  Yap_InitCPred ("write_string", 2, p_write_string, SyncPredFlag|UserCPredFlag);
 | 
			
		||||
#endif
 | 
			
		||||
  Yap_InitCPred ("$start_line", 1, p_startline, SafePredFlag|SyncPredFlag);
 | 
			
		||||
 
 | 
			
		||||
 Submodule packages/RDF updated: 9995994768...5b577c8414
									
								
							 Submodule packages/http updated: c62502891b...3ea73d3b1d
									
								
							 Submodule packages/jpl updated: 1743351432...f96cfb7533
									
								
							 Submodule packages/plunit updated: 0bac35ec25...0593a65587
									
								
							 Submodule packages/real updated: 42164151ac...9ff05eaf6a
									
								
							 Submodule packages/semweb updated: 3ed10e016d...2505370b84
									
								
							 Submodule packages/sgml updated: 18647f78aa...22db6b08d5
									
								
							
		Reference in New Issue
	
	Block a user