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] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |