mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
PARAMS removal.
This commit is contained in:
@ -5,11 +5,11 @@
|
||||
#include "command.h"
|
||||
#include "gdbcmd.h"
|
||||
|
||||
static void show_copying_command PARAMS ((char *, int));
|
||||
static void show_copying_command (char *, int);
|
||||
|
||||
static void show_warranty_command PARAMS ((char *, int));
|
||||
static void show_warranty_command (char *, int);
|
||||
|
||||
void _initialize_copying PARAMS ((void));
|
||||
void _initialize_copying (void);
|
||||
|
||||
extern int immediate_quit;
|
||||
static void
|
||||
|
Reference in New Issue
Block a user