diff options
Diffstat (limited to 'gcc/f')
| -rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/f/com.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 9a4a86f..819c601 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 1 00:31:44 2000 Martin von Loewis <loewis@informatik.hu-berlin.de> + + * com.c (current_function_decl): Move to toplev.c. + Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * com.c (ffecom_arrayref_): Convert args to size_binop to proper type. diff --git a/gcc/f/com.c b/gcc/f/com.c index ff2e45c..2554cad 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -217,12 +217,6 @@ typedef struct { unsigned :16, :16, :16; } vms_ino_t; #if FFECOM_targetCURRENT == FFECOM_targetGCC -/* tree.h declares a bunch of stuff that it expects the front end to - define. Here are the definitions, which in the C front end are - found in the file c-decl.c. */ - -tree current_function_decl; - /* ~~gcc/tree.h *should* declare this, because toplev.c and dwarfout.c reference it. */ |
