From 0d919d03589931e939a5f9a3192998e092be341a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 11 May 2015 22:31:21 +0100 Subject: [PATCH] sh: remove a FIXME --- Applications/V7/cmd/sh/stak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Applications/V7/cmd/sh/stak.c b/Applications/V7/cmd/sh/stak.c index 736157e4..34104a3f 100644 --- a/Applications/V7/cmd/sh/stak.c +++ b/Applications/V7/cmd/sh/stak.c @@ -43,7 +43,6 @@ STKPTR locstak(void) STKPTR savstak(void) { - /* FIXME: check assert doesn't suck in stdio */ assert(staktop == stakbot); return stakbot; } @@ -65,7 +64,7 @@ void tdystak(register char *x) stakbsy = stakbsy->word; } staktop = stakbot = max(ADR(x), ADR(stakbas)); - rmtemp((void *)x); /* FIXME */ + rmtemp((IOPTR)x); } void stakchk(void) -- 2.34.1