[RFA] toplev.c cleanup, part 1

Richard Henderson rth@redhat.com
Tue Nov 13 15:03:00 GMT 2001


On Thu, Nov 08, 2001 at 07:39:06AM +0000, Neil Booth wrote:
> +  /* Exit early if we can (e.g. -help).  */
> +  if (exit_after_options)
> +    exit (0);

Should be "return SUCCESS_EXIT_CODE;"

Otherwise ok.


r~



More information about the Gcc-patches mailing list