]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/i386/tm-i386nw.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / i386 / tm-i386nw.h
index d61934ae06f165f198c1278dca3572f45953a76b..75dbc5548feadc5e47b8aa252240bee71cb62b79 100644 (file)
@@ -41,8 +41,7 @@
    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)