summaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-nbsd.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-05-28 01:12:42 +0000
committerKevin Buettner <kevinb@redhat.com>2000-05-28 01:12:42 +0000
commita14ed312fd86dd2c862847230931451da2e49942 (patch)
treee7a00cec4f6ebd4b2d5dd59695c802ef6997d9da /gdb/config/i386/tm-nbsd.h
parent3c07fb76e69e648d58d507fdb05cf8d461d87dcb (diff)
downloadbinutils-gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.gz
PARAMS removal.
Diffstat (limited to 'gdb/config/i386/tm-nbsd.h')
-rw-r--r--gdb/config/i386/tm-nbsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h
index 66002ed2c09..885c8099bd1 100644
--- a/gdb/config/i386/tm-nbsd.h
+++ b/gdb/config/i386/tm-nbsd.h
@@ -39,8 +39,7 @@ extern use_struct_convention_fn i386nbsd_use_struct_convention;
we extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
-extern int
-get_longjmp_target PARAMS ((CORE_ADDR *));
+extern int get_longjmp_target (CORE_ADDR *);
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)