mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 00:22:59 +00:00
fix warning: a function declaration without a prototype is deprecated in all versions of C
This commit is contained in:
parent
072a493d56
commit
434067770a
@ -148,7 +148,7 @@ extern int for_makeinit;
|
||||
extern int Current_Hot_X, Current_Hot_Y;
|
||||
#endif /* XWINDOW */
|
||||
|
||||
void flip_cursor() {
|
||||
void flip_cursor(void) {
|
||||
DLword *word;
|
||||
int cnt;
|
||||
extern int ScreenLocked;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user