* language.c (struct op_print unk_op_print_tab): use the enum values

rather naked zeros as initializers.  Avoids warnings from ultrix
  type compilers.
This commit is contained in:
K. Richard Pixley
1993-02-17 21:43:45 +00:00
parent 2338f9c4dd
commit 8631194dd9
2 changed files with 7 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ unk_lang_val_print (type, valaddr, address, stream, format, deref_ref,
static struct type ** const (unknown_builtin_types[]) = { 0 };
static const struct op_print unk_op_print_tab[] = {
{NULL, 0, 0, 0}
{NULL, OP_NULL, PREC_NULL, 0}
};
const struct language_defn unknown_language_defn = {