]> git.sur5r.net Git - cc65/commitdiff
apple2enh fixes
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Mar 2004 23:25:22 +0000 (23:25 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Mar 2004 23:25:22 +0000 (23:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2926 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/dbg/dbg.c

index 16d78eec23b97430b528c1899ab96e9688974a9d..0244d4fc4a423b72bdb49c800b081e0374ea446a 100644 (file)
@@ -98,7 +98,7 @@ static char GetKeyUpdate (void);
 #endif
 
 /* Replacement key definitions */
-#if defined(__APPLE2__) || defined(__APPLE2ENH__)
+#if defined(__APPLE2__)
 #  define CH_DEL        ('H' - 'A' + 1)         /* Ctrl+H */
 #endif