1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

Harmozined typing of static driver address.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5934 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-11-13 22:23:10 +00:00
parent 7e75e29812
commit 1ebee7cbd3
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ extern const unsigned char joy_masks[8];
extern const char joy_stddrv[];
/* The address of the static standard joystick driver for a platform */
extern const char joy_static_stddrv[];
extern const void joy_static_stddrv[];

View File

@ -108,7 +108,7 @@ extern const struct mouse_callbacks mouse_def_callbacks;
extern const char mouse_stddrv[];
/* The address of the static standard mouse driver for a platform */
extern const char mouse_static_stddrv[];
extern const void mouse_static_stddrv[];