* recog.h (recog_op_alt): Declare extern.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1999 02:02:37 +0000 (02:02 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1999 02:02:37 +0000 (02:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24633 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/recog.h

index 650fb46..b6c9ce3 100644 (file)
@@ -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
index 600d786..ded5667 100644 (file)
@@ -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.  */