diff options
Diffstat (limited to 'sim/common/run.c')
-rw-r--r-- | sim/common/run.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/run.c b/sim/common/run.c index 191b512d7e6..cae2cb3339b 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -50,8 +50,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "run-sim.h" #include "version.h" -static void usage PARAMS ((int help)); -static void print_version PARAMS ((void)); +static void usage (int help); +static void print_version (void); extern int optind; extern char *optarg; @@ -63,7 +63,7 @@ extern int getopt (); #ifdef NEED_UI_LOOP_HOOK /* Gdb foolery. This is only needed for gdb using a gui. */ -int (*deprecated_ui_loop_hook) PARAMS ((int signo)); +int (*deprecated_ui_loop_hook) (int signo); #endif static SIM_DESC sd; |