PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-news.h
index ff9230b50f1d1e55d3e27dbffa479f72419a226b..9d1661ff11667c26b9ec5043e496acfc55c20fbb 100644 (file)
@@ -60,7 +60,7 @@
 /* Return number of args passed to a frame.
    Can return -1, meaning no way to tell.  */
 
-extern int news_frame_num_args PARAMS ((struct frame_info * fi));
+extern int news_frame_num_args (struct frame_info *fi);
 #define FRAME_NUM_ARGS(fi) (news_frame_num_args ((fi)))
 
 #include "m68k/tm-m68k.h"
This page took 0.023096 seconds and 4 git commands to generate.