Commit 64cd4fdb by Richard Kenner

(change_address, init_emit): Delete forward references.

(rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.

From-SVN: r13935
parent 466446b0
......@@ -60,7 +60,6 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
/* Opcode names */
#ifdef BCDEBUG_PRINT_CODE
char *opcode_name[] =
......@@ -259,14 +258,6 @@ extern int rtx_equal_function_value_matters;
whether we actually emitted it or not. */
extern char *emit_filename;
extern int emit_lineno;
rtx change_address ();
void init_emit ();
extern struct obstack *rtl_obstack;
extern int stack_depth;
extern int max_stack_depth;
/* rtx gen_rtx (code, mode, [element1, ..., elementn])
**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment