2003-06-27 Zack Weinberg <zack@codesourcery.com>
+ * dbxout.c (flag_debug_only_used_symbols): Delete redundant
+ declaration.
+
* c-format.c (check_format_string, get_constant)
* cfgrtl.c (rtl_split_edge):
Mark the definition static, matching the forward declaration.
#include "xcoffout.h"
#endif
-extern int flag_debug_only_used_symbols;
-
#undef DBXOUT_DECR_NESTING
#define DBXOUT_DECR_NESTING \
if (--debug_nesting == 0 && symbol_queue_index > 0) \
+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.
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>
} 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. */
2003-06-27 Zack Weinberg <zack@codesourcery.com>
+ * gjavah.c (flag_jni): Make non-static.
+ * parse-scan.y (ctxp): Make non-static.
+
* class.c (build_method_symbols_entry)
* expr.c (get_offset_table_index)
* jcf-parse.c (jcf_parse):
static int found_error = 0;
/* Nonzero if we're generating JNI output. */
-static int flag_jni = 0;
+int flag_jni = 0;
/* When nonzero, warn when source file is newer than matching class
file. */
struct obstack temporary_obstack;
/* The current parser context. */
-static struct parser_ctxt *ctxp;
+struct parser_ctxt *ctxp;
/* Error and warning counts, because they're used elsewhere */
int java_error_count;