diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
commit | fba45db2faf619e71856ee38ec63949c0ef6903e (patch) | |
tree | 107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/umax-xdep.c | |
parent | 29e6d33b03a5e39540d17bc8235573b1dac13341 (diff) | |
download | gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.zip gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/umax-xdep.c')
-rw-r--r-- | gdb/umax-xdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/umax-xdep.c b/gdb/umax-xdep.c index 75e088c..b8a3deb 100644 --- a/gdb/umax-xdep.c +++ b/gdb/umax-xdep.c @@ -40,9 +40,7 @@ This code would be in corefile.c if it weren't machine-dependent. */ void -core_file_command (filename, from_tty) - char *filename; - int from_tty; +core_file_command (char *filename, int from_tty) { int val; |