a few fixes for 64 bit compiling.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1178 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-11-19 17:14:15 +00:00
parent 8d2cb067ec
commit 0070c26061
9 changed files with 36 additions and 15 deletions

View File

@@ -3851,7 +3851,7 @@ format(volatile Term otail, volatile Term oargs, int sno)
while ((ch = *fptr++)) {
Term t = TermNil;
int has_repeats = FALSE;
Int repeats = 0;
int repeats = 0;
if (ch == '~') {
/* start command */