mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Eliminate PARAMS from function pointer declarations.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
/* The ui's event loop. */
|
||||
extern int (*ui_loop_hook) PARAMS ((int signo));
|
||||
extern int (*ui_loop_hook) (int signo);
|
||||
|
||||
/* If we're not using the old Cygwin header file set, define the
|
||||
following which never should have been in the generic Win32 API
|
||||
|
||||
Reference in New Issue
Block a user