From 93bd9a8e51c22c2b91a25602586531dfb9fd683e Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 18 Jun 2013 19:06:46 +0200 Subject: [PATCH] Simply define CH_DEL exactly then when there none yet. --- libsrc/dbg/dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/dbg/dbg.c b/libsrc/dbg/dbg.c index ccc905122..c0c2da971 100644 --- a/libsrc/dbg/dbg.c +++ b/libsrc/dbg/dbg.c @@ -104,7 +104,7 @@ static char GetKeyUpdate (void); #endif /* Replacement key definitions */ -#if (defined(__APPLE2__) && !defined(__APPLE2ENH__)) || defined(__LYNX__) || defined(__SIM6502__) || defined (__SIM65C02__) || defined(__SUPERVISION__) +#ifndef CH_DEL # define CH_DEL ('H' - 'A' + 1) /* Ctrl+H */ #endif