summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-12 02:02:37 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-12 02:02:37 +0000
commit8477eba36d615be71e83a11c3807822bc81fac41 (patch)
tree42e3072fbcc619c3bbfebe195a1d83ff94f2250a
parent5e6a80bda7d35ba6a20c760e385756ea41db61ea (diff)
downloadgcc-8477eba36d615be71e83a11c3807822bc81fac41.tar.gz
* recog.h (recog_op_alt): Declare extern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24633 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/recog.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 650fb4674e6..b6c9ce3731b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,6 +2,8 @@ Tue Jan 12 01:30:19 1999 Richard Henderson <rth@cygnus.com>
* rtl.c (rtx_alloc): Use memset instead of inline loop.
+ * recog.h (recog_op_alt): Declare extern.
+
Tue Jan 12 00:23:31 1999 Richard Henderson <rth@cygnus.com>
* function.c (purge_addressof_1): If the note accesses a mem+addressof
diff --git a/gcc/recog.h b/gcc/recog.h
index 600d786fcc9..ded5667f72a 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -163,7 +163,7 @@ extern char recog_operand_address_p[];
/* Contains a vector of operand_alternative structures for every operand.
Set up by preprocess_constraints. */
-struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
+extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
/* Access the output function for CODE. */