fixes for int =\= long

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@782 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2003-02-14 12:20:57 +00:00
parent a31c94e31a
commit bca74cd190
3 changed files with 12 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ STATIC_PROTO(void ConvDBList, (Term, char *,CELL));
static int agc_calls;
static Int agc_collected;
static unsigned long int agc_collected;
static Int tot_agc_time = 0; /* total time spent in GC */