From e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 2 Feb 2002 00:56:37 +0000 Subject: s/NO_FUNCTION/NULL/ --- gdb/cli/cli-decode.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gdb/cli/cli-decode.h') diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index e9e354e..9e1e094 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -120,9 +120,8 @@ struct cmd_list_element /* Command class; class values are chosen by application program. */ enum command_class class; - /* Function definition of this command. - NO_FUNCTION for command class names and for help topics that - are not really commands. */ + /* Function definition of this command. NULL for command class + names and for help topics that are not really commands. */ union { /* If type is not_set_cmd, call it like this: */ @@ -133,7 +132,6 @@ struct cmd_list_element void (*sfunc) (char *args, int from_tty, struct cmd_list_element * c); } function; -#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, -- cgit v1.1