OSDN Git Service

Eliminate PARAMS from function pointer declarations.
[pf3gnuchains/pf3gnuchains4x.git] / gdb / rs6000-tdep.c
index e68da47..eeadae5 100644 (file)
@@ -47,7 +47,7 @@ stepBreaks[2];
    inferior under AIX. The initialization code in rs6000-nat.c sets
    this hook to point to find_toc_address.  */
 
-CORE_ADDR (*find_toc_address_hook) PARAMS ((CORE_ADDR)) = NULL;
+CORE_ADDR (*find_toc_address_hook) (CORE_ADDR) = NULL;
 
 /* Static function prototypes */