* recog.h (recog_op_alt): Declare extern.

From-SVN: r24633
This commit is contained in:
Richard Henderson 1999-01-11 18:02:37 -08:00 committed by Richard Henderson
parent d6c0e1c8d0
commit b0983bb9d5
2 changed files with 3 additions and 1 deletions

View 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

View 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. */