diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-12 02:02:37 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-12 02:02:37 +0000 |
commit | 8477eba36d615be71e83a11c3807822bc81fac41 (patch) | |
tree | 42e3072fbcc619c3bbfebe195a1d83ff94f2250a /gcc/recog.h | |
parent | 5e6a80bda7d35ba6a20c760e385756ea41db61ea (diff) | |
download | gcc-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
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |