From cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 19 Mar 2001 23:31:41 +0000 Subject: Zap __STDC__ references. --- gdb/cli/cli-cmds.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gdb/cli/cli-cmds.c') diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 19b5970..41001e9 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -664,18 +664,10 @@ End with a line of just \"end\".\n\ Use the \"document\" command to give documentation for the new command.\n\ Commands defined in this way may have up to ten arguments."); -#ifdef __STDC__ c = add_cmd ("source", class_support, source_command, "Read commands from a file named FILE.\n\ Note that the file \"" GDBINIT_FILENAME "\" is read automatically in this way\n\ when gdb is started.", &cmdlist); -#else - /* Punt file name, we can't help it easily. */ - c = add_cmd ("source", class_support, source_command, - "Read commands from a file named FILE.\n\ -Note that the file \".gdbinit\" is read automatically in this way\n\ -when gdb is started.", &cmdlist); -#endif c->completer = filename_completer; add_com ("quit", class_support, quit_command, "Exit gdb."); -- cgit v1.1