mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Simply define CH_DEL exactly then when there none yet.
This commit is contained in:
parent
e22e32c63e
commit
93bd9a8e51
@ -104,7 +104,7 @@ static char GetKeyUpdate (void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Replacement key definitions */
|
/* 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 */
|
# define CH_DEL ('H' - 'A' + 1) /* Ctrl+H */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user