1
0
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:
Nick Briggs 2022-12-11 18:38:51 -08:00
parent 072a493d56
commit 434067770a

View File

@ -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;