aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-01-11 18:02:37 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-01-11 18:02:37 -0800
commitb0983bb9d5618692e6cabeee1f1c506a7d0d4132 (patch)
tree42e3072fbcc619c3bbfebe195a1d83ff94f2250a /gcc
parentd6c0e1c8d0be1e1b6ce7fc9c36223328e191cb7f (diff)
downloadgcc-b0983bb9d5618692e6cabeee1f1c506a7d0d4132.zip
gcc-b0983bb9d5618692e6cabeee1f1c506a7d0d4132.tar.gz
gcc-b0983bb9d5618692e6cabeee1f1c506a7d0d4132.tar.bz2
* recog.h (recog_op_alt): Declare extern.
From-SVN: r24633
Diffstat (limited to 'gcc')
-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 650fb46..b6c9ce3 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 600d786..ded5667 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. */