]> gcc.gnu.org Git - gcc.git/commitdiff
* recog.h (recog_op_alt): Declare extern.
authorRichard Henderson <rth@cygnus.com>
Tue, 12 Jan 1999 02:02:37 +0000 (18:02 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 12 Jan 1999 02:02:37 +0000 (18:02 -0800)
From-SVN: r24633

gcc/ChangeLog
gcc/recog.h

index 650fb4674e669c5e04b86fd3f51d376c81330124..b6c9ce3731b1d46be2846ad716e2a63336b1ffd9 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 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.081137 seconds and 5 git commands to generate.