This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch checked in for prototypes, etc.


On Wed, Oct 06, 1999 at 10:49:15AM -0400, Kaveh R. Ghazi wrote:
> -void
> +#ifdef ENABLE_CHECKING
> +static void
>  verify_flow_info ()

No.  This function was public so that we wouldn't complain about
it being unused, and it is not conditionally compiled so that I
can call it from the debugger.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]