From 3e942c0896049e6ba0ad09a431dfb2bbaca85b0c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 7 Jul 2018 00:37:02 +0100 Subject: [PATCH] cave: fix redefinition of Z80 type --- Applications/cave/Makefile.z80 | 1 - 1 file changed, 1 deletion(-) diff --git a/Applications/cave/Makefile.z80 b/Applications/cave/Makefile.z80 index 52bc73c7..9135dae6 100644 --- a/Applications/cave/Makefile.z80 +++ b/Applications/cave/Makefile.z80 @@ -5,7 +5,6 @@ FCC = fcc -m$(USERCPU) FCCOPTS = -O2 --nostdio -Z80_PLATFORM = SRC = advent.c adventdb.c database.c english.c itverb.c lib.c saveadv.c \ turn.c verb.c -- 2.34.1