This commit is contained in:
Vitor Santos Costa
2017-11-21 15:44:43 +00:00
parent 484213efb6
commit 06485f071a
31 changed files with 357 additions and 632 deletions

View File

@@ -865,7 +865,7 @@ as those for `put` (see 6.11).
static Int skip_1(USES_REGS1) { /* 'skip'(N) */
Int n;
Term t1;
int sno;
int sno = LOCAL_c_output_stream;
int ch;
if (IsVarTerm(t1 = Deref(ARG1))) {