mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
K&R: cmwind.h conversion to ANSI
K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
committed by
Tim Edwards
parent
83f7a71ff3
commit
b716aaa59d
+1
-1
@@ -78,7 +78,7 @@ extern void cmwUndoColor(int, int, int, int, int, int, int);
|
|||||||
extern bool CMWCheckWritten(void);
|
extern bool CMWCheckWritten(void);
|
||||||
|
|
||||||
/* C99 compat */
|
/* C99 compat */
|
||||||
extern void CMWinit();
|
extern void CMWinit(void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* _CMWIND_H */
|
#endif /* _CMWIND_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user