]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/recog.h
* recog.h (recog_op_alt): Declare extern.
[gcc.git] / gcc / recog.h
index 600d786fcc98ed18d88932e0b4d05b86dd153306..ded5667f72a3ba705d15b5d1c17edf1b1c23f607 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.  */
 
This page took 0.023315 seconds and 5 git commands to generate.