PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / core-aout.c
index fea1a0f08d656efe245e61a47dd6ade7ff081fb3..ad64720eb172ab93a3f2a40be59c81c30fe81f57 100644 (file)
@@ -55,9 +55,9 @@
 #include <sys/core.h>
 #endif
 
-static void fetch_core_registers PARAMS ((char *, unsigned, int, CORE_ADDR));
+static void fetch_core_registers (char *, unsigned, int, CORE_ADDR);
 
-void _initialize_core_aout PARAMS ((void));
+void _initialize_core_aout (void);
 
 /* Extract the register values out of the core file and store
    them where `read_register' will find them.
This page took 0.038364 seconds and 4 git commands to generate.