diff options
Diffstat (limited to 'gcc/conditions.h')
-rw-r--r-- | gcc/conditions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/conditions.h b/gcc/conditions.h index f6acc4f..0798bc6 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -51,7 +51,7 @@ along with GCC; see the file COPYING3. If not see #define CC_STATUS_MDEP_INIT 0 #endif -typedef struct {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;} CC_STATUS; +struct CC_STATUS {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;}; /* While outputting an insn as assembler code, this is the status BEFORE that insn. */ |