]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/sparc/tm-sparclet.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / sparc / tm-sparclet.h
index 3684f74f27aa07c2f36cfa122eaec22b61822739..b2863bfb824035c5d8ace42acd6bad10e9d627df 100644 (file)
@@ -150,7 +150,6 @@ enum {
    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)