From: Richard Henderson Date: Tue, 12 Jan 1999 02:02:37 +0000 (-0800) Subject: * recog.h (recog_op_alt): Declare extern. X-Git-Tag: prereleases/libgcj-0.1~1381 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=b0983bb9d5618692e6cabeee1f1c506a7d0d4132;p=gcc.git * recog.h (recog_op_alt): Declare extern. From-SVN: r24633 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 650fb4674e66..b6c9ce3731b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ Tue Jan 12 01:30:19 1999 Richard Henderson * 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 * function.c (purge_addressof_1): If the note accesses a mem+addressof diff --git a/gcc/recog.h b/gcc/recog.h index 600d786fcc98..ded5667f72a3 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. */