From a14ed312fd86dd2c862847230931451da2e49942 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/config/alpha/nm-osf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/config/alpha/nm-osf.h') diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h index df0030a..f102fbd 100644 --- a/gdb/config/alpha/nm-osf.h +++ b/gdb/config/alpha/nm-osf.h @@ -25,8 +25,7 @@ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) -extern int -get_longjmp_target PARAMS ((CORE_ADDR *)); +extern int get_longjmp_target (CORE_ADDR *); /* ptrace register ``addresses'' are absolute. */ -- cgit v1.1