diff options
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/decl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index e8cfee4..50135e9 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de> + + * decl.c (current_function_decl): Move to toplev.c. + Mon Feb 28 08:12:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * ch-tree.h (DECL_ACTION_NESTING_LEVEL): Use new tree union name. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 559587b..ddeb45f 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -375,10 +375,6 @@ static tree current_function_parms; static int c_function_varargs; -/* The FUNCTION_DECL for the function currently being compiled, - or 0 if between functions. */ -tree current_function_decl; - /* These are irrelevant for Chill, but are referenced from from c-typeck.c. */ int warn_format; int warn_traditional; |