diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:42:31 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:42:31 +0000 |
commit | 49d8175ba52ce26b83db2788ae0e86cb8f515c5f (patch) | |
tree | 70d552b0cc2ceded296007665d4a17cb63bf1bcc /gcc/f | |
parent | 2269f4239c2e18fb2107ad897347bd18780174f5 (diff) | |
download | gcc-49d8175ba52ce26b83db2788ae0e86cb8f515c5f.tar.gz |
* dbxout.c (flag_debug_only_used_symbols): Delete redundant
declaration.
f:
* com.c (input_file_stack_tick): Delete redundant declaration.
java:
* gjavah.c (flag_jni): Make non-static.
* parse-scan.y (ctxp): Make non-static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/f/com.c | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index e1ac7ac5b91..0153618575f 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2003-06-27 Zack Weinberg <zack@codesourcery.com> + + * com.c (input_file_stack_tick): Delete redundant declaration. + Thu Jun 26 07:06:29 2003 Neil Booth <neil@daikokuya.co.uk> * top.c (ffe_handle_option): Don't check for missing arguments. @@ -45,8 +49,8 @@ Sat Jun 14 13:25:00 2003 Neil Booth <neil@daikokuya.co.uk> 2003-06-13 Richard Henderson <rth@redhat.com> PR debug/9864 - * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL - symbols in the global binding level. + * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL + symbols in the global binding level. Sun Jun 8 15:42:09 2003 Neil Booth <neil@daikokuya.co.uk> diff --git a/gcc/f/com.c b/gcc/f/com.c index 098cb3db721..56ad42bf981 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -15125,7 +15125,6 @@ static struct file_buf { } instack[INPUT_STACK_MAX]; static int last_error_tick = 0; /* Incremented each time we print it. */ -static int input_file_stack_tick = 0; /* Incremented when status changes. */ /* Current nesting level of input sources. `instack[indepth]' is the level currently being read. */ |