Eliminate PARAMS.

This commit is contained in:
Kevin Buettner
2000-06-10 01:32:12 +00:00
parent 4acafb8638
commit dee8b1a1c5
3 changed files with 10 additions and 5 deletions

View File

@ -115,7 +115,7 @@ struct cmd_list_element
void (*sfunc) (char *args, int from_tty, struct cmd_list_element * c);
}
function;
#define NO_FUNCTION ((void (*) PARAMS((char *args, int from_tty))) 0)
#define NO_FUNCTION ((void (*) (char *args, int from_tty)) 0)
/* Documentation of this command (or help topic).
First line is brief documentation; remaining lines form, with it,