]> git.sur5r.net Git - cc65/commitdiff
Removed extern keyword from function prototype.
authorOliver Schmidt <ol.sc@web.de>
Sun, 29 Apr 2018 11:50:09 +0000 (13:50 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Apr 2018 11:50:09 +0000 (13:50 +0200)
include/accelerator.h

index d29b734670053bfb5bbe027f0428a7caa05451ba..d25195455b08b7fb3931313a7b9b0b359c4535eb 100644 (file)
@@ -60,7 +60,7 @@
 
 /* C64/C128 SuperCPU cartridge */
 
-extern unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
+unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
 
 /* Set the speed of the SuperCPU cartridge, using SPEED_SLOW will switch to
  * 1 Mhz mode, SPEED_20X or SPEED_FAST will switch to 20 Mhz mode.