From bacacd4dc4c7f6f2b9b9ab44776b40561458853d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 31 Jan 1994 14:25:21 -0800 Subject: [PATCH] (class_narrowest_mode, byte_mode, word_mode): Add extern to declaration. From-SVN: r6444 --- gcc/bc-emit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 62cc5338aa1..9497c7e5b0f 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -42,14 +42,14 @@ extern struct obstack *rtl_obstack; /* Indexed by mode class, gives the narrowest mode for each class. */ -enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS]; +extern enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS]; /* Commonly used modes. */ /* Mode whose width is BITS_PER_UNIT */ -enum machine_mode byte_mode; +extern enum machine_mode byte_mode; /* Mode whose width is BITS_PER_WORD */ -enum machine_mode word_mode; +extern enum machine_mode word_mode; /* Vector indexed by opcode giving info about the args for each opcode. */ static struct arityvec arityvec[] = { -- 2.30.2