From: cuz Date: Sun, 20 Nov 2005 17:26:05 +0000 (+0000) Subject: Small optimization X-Git-Tag: V2.12.0~191 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27f714c45a5236fb80d5ab45800c96f7f0996dcc;p=cc65 Small optimization git-svn-id: svn://svn.cc65.org/cc65/trunk@3659 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/samples/nachtm.c b/samples/nachtm.c index 0565fcf1d..6c78ebcb2 100644 --- a/samples/nachtm.c +++ b/samples/nachtm.c @@ -1057,7 +1057,7 @@ int main (void) unsigned char Octave; unsigned Val; struct __sid_voice* Voice; - VoiceCtrl* VC; + register VoiceCtrl* VC; /* Initialize the debugger */ DbgInit (0);