]> git.sur5r.net Git - cc65/commitdiff
Simply define CH_DEL exactly then when there none yet.
authorOliver Schmidt <ol.sc@web.de>
Tue, 18 Jun 2013 17:06:46 +0000 (19:06 +0200)
committerOliver Schmidt <ol.sc@web.de>
Tue, 18 Jun 2013 17:06:46 +0000 (19:06 +0200)
libsrc/dbg/dbg.c

index ccc90512214128afe3b68212ab6a1d50d79e3167..c0c2da971dffa263fbefe2da037a108fffa5b37c 100644 (file)
@@ -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