~rabbits/uxn11

8e8b179a25b1b5bca888e1828a9dba9581c18f2f — Devine Lu Linvega 8 months ago 364172f
(uxnasm) Fixed issue with skipped last token in include
1 files changed, 2 insertions(+), 1 deletions(-)

M src/uxnasm.c
M src/uxnasm.c => src/uxnasm.c +2 -1
@@ 149,7 149,8 @@ walkfile(FILE *f, Context *ctx)
		else
			return error_asm("Token too long");
	}
	return 1;
	*cptr++ = 0;
	return parse(token, f, ctx);
}

static char *