From: Kevin Buettner <kevinb@redhat.com>
To: Grace Sainsbury <graces@redhat.com>, gdb-patches@sources.redhat.com
Subject: Re: [rfa] rename insight to insight
Date: Mon, 26 Aug 2002 13:13:00 -0000 [thread overview]
Message-ID: <1020826201302.ZM31999@localhost.localdomain> (raw)
In-Reply-To: Grace Sainsbury <graces@redhat.com> "[rfa] rename insight to insight" (Aug 26, 2:29pm)
On Aug 26, 2:29pm, Grace Sainsbury wrote:
> -int
> -main (int argc, char **argv)
> -{
> - struct captured_main_args args;
> - args.argc = argc;
> - args.argv = argv;
> - catch_errors (captured_main, &args, "", RETURN_MASK_ALL);
> - return 0;
> -}
> +/* int */
> +/* main (int argc, char **argv) */
> +/* { */
> +/* struct captured_main_args args; */
> +/* args.argc = argc; */
> +/* args.argv = argv; */
> +/* catch_errors (captured_main, &args, "", RETURN_MASK_ALL); */
> +/* return 0; */
> +/* } */
I think you might was well remove main() entirely instead of
preserving it in a commented out form. If there's a real need to
preserve it for a time, I think using #if 0 ... #endif is preferable.
Kevin
next prev parent reply other threads:[~2002-08-26 20:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-26 11:36 Grace Sainsbury
2002-08-26 12:36 ` Keith Seitz
2002-08-27 8:16 ` Grace Sainsbury
2002-08-27 9:14 ` Keith Seitz
2002-08-29 8:42 ` Elena Zannoni
2002-08-26 13:13 ` Kevin Buettner [this message]
2002-08-27 7:29 ` Grace Sainsbury
2002-08-27 16:37 ` Andrew Cagney
2002-08-28 13:31 ` Grace Sainsbury
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1020826201302.ZM31999@localhost.localdomain \
--to=kevinb@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=graces@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox