PATCH: RFA Fix C/13014

Jason Merrill jason@redhat.com
Sat Nov 29 13:14:00 GMT 2003


On Thu, 20 Nov 2003 13:58:51 -0800, Eric Christopher <echristo@redhat.com> wrote:

> --- c-parse.in	24 Oct 2003 15:30:30 -0000	1.188
> +++ c-parse.in	20 Nov 2003 21:52:30 -0000
> @@ -257,6 +257,9 @@ do {
>  static int stmt_count;
>  static int compstmt_count;
>  
> +extern int c_in_iteration_stmt;
> +extern int c_in_case_stmt;

These should be declared in a header.

Jason



More information about the Gcc-patches mailing list