FDECL, NDECL in outdated

This commit is contained in:
nhmall
2021-01-31 13:40:15 -05:00
parent b851b28cbe
commit 979571e09e
22 changed files with 213 additions and 213 deletions

View File

@@ -19,7 +19,7 @@
#ifdef AMII_GRAPHICS /* too early in the file? too late? */
#ifdef AMIFLUSH
static struct Message *FDECL(GetFMsg, (struct MsgPort *));
static struct Message *GetFMsg(struct MsgPort *);
#endif
static int BufferGetchar(void);
@@ -126,7 +126,7 @@ struct NewWindow *nw;
* Close a window that shared the HackPort IDCMP port.
*/
void FDECL(CloseShWindow, (struct Window *));
void CloseShWindow(struct Window *);
void
CloseShWindow(win)
struct Window *win;