fix debugging-left-over
This commit is contained in:
		@@ -843,7 +843,6 @@ CopyTermToArena(Term t, Term arena, bool share, bool copy_att_vars, UInt arity,
 | 
			
		||||
  newarena = (CELL *)XREGS[arity+3];
 | 
			
		||||
  arena = Deref(XREGS[arity+2]);
 | 
			
		||||
  t = XREGS[arity+1];
 | 
			
		||||
  Yap_DebugPlWrite(t);
 | 
			
		||||
  old_size = ArenaSz(arena);
 | 
			
		||||
  goto restart;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -627,6 +627,7 @@ libYap.a: $(LIB_OBJECTS) yapi.o
 | 
			
		||||
	adb push $(GMPDIR)/lib/libgmp.so /data/yap
 | 
			
		||||
	adb push $(srcdir)/swi/library /data/yap/swi/library
 | 
			
		||||
	adb push $(srcdir)/pl /data/yap/pl/
 | 
			
		||||
	adb push $(srcdir)/library /data/yap/library/
 | 
			
		||||
	adb shell "echo \"bootstrap('/data/yap/pl/init.yap'). module(user). qsave_program('/data/yap/startup.yss').\" | LD_LIBRARY_PATH=/data/yap /data/yap/yap@EXEC_SUFFIX@ -b /data/yap/pl/boot.yap"
 | 
			
		||||
	adb pull /data/yap/startup.yss
 | 
			
		||||
	adb shell rm -rf /data/yap
 | 
			
		||||
 
 | 
			
		||||
@@ -971,9 +971,6 @@
 | 
			
		||||
/* Define to the one symbol short name of this package. */
 | 
			
		||||
#undef PACKAGE_TARNAME
 | 
			
		||||
 | 
			
		||||
/* Define to the home page for this package. */
 | 
			
		||||
#undef PACKAGE_URL
 | 
			
		||||
 | 
			
		||||
/* Define to the version of this package. */
 | 
			
		||||
#undef PACKAGE_VERSION
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										574
									
								
								docs/doxygen.rc
									
									
									
									
									
								
							
							
						
						
									
										574
									
								
								docs/doxygen.rc
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -149,8 +149,8 @@ typedef unsigned long uintptr_t;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef PL_HAVE_TERM_T
 | 
			
		||||
#define PL_HAVE_TERM_T
 | 
			
		||||
typedef	intptr_t    term_t;
 | 
			
		||||
#define PL_HAVE_TERM_Temacs
 | 
			
		||||
typedef	uintptr_t    term_t;
 | 
			
		||||
#endif
 | 
			
		||||
typedef	struct mod_entry *module_t;
 | 
			
		||||
typedef struct DB_STRUCT *record_t;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user