From f4dc8d96d4b7250a73dfcf7b8213ba87217a45fd Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 16 Jul 2001 06:01:40 +0000 Subject: output.h (sdb_begin_function_line): Restore as an extern variable. * output.h (sdb_begin_function_line): Restore as an extern variable. * sdbout.c (sdb_begin_function_line): Make extern. From-SVN: r44030 --- gcc/sdbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/sdbout.c') diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 1faffbe..0738ca3 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -80,7 +80,7 @@ AT&T C compiler. From the example below I would conclude the following: /* Line number of beginning of current function, minus one. Negative means not in a function or not using sdb. */ -static int sdb_begin_function_line = -1; +int sdb_begin_function_line = -1; /* Counter to generate unique "names" for nameless struct members. */ -- cgit v1.1