You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/sidplay/files/sidplay-2.0.9-drop-register...

17 lines
340 B

Bug; https://bugs.gentoo.org/897796
--- a/src/keyboard.cpp
+++ b/src/keyboard.cpp
@@ -129,9 +129,9 @@ static char keytable[] =
*/
static int keyboard_search (char *cmd)
{
- register char *p;
- register char *q;
- register int a;
+ char *p;
+ char *q;
+ int a;
for (p = keytable, q = cmd;; p++, q++)
{