From a0acff4f4c4d9d319247f7c06f467be47b7f4719 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Feb 1992 15:46:44 +0000 Subject: [PATCH] minor change: give anonymous struct a name --- modules/src/flt_arith/flt_arith.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/src/flt_arith/flt_arith.h b/modules/src/flt_arith/flt_arith.h index 1b4ce687b..98b2398d5 100644 --- a/modules/src/flt_arith/flt_arith.h +++ b/modules/src/flt_arith/flt_arith.h @@ -12,7 +12,7 @@ struct flt_mantissa { long flt_l_32; /* low order 32 bits of mantissa */ }; -typedef struct { +typedef struct flt_arith { short flt_sign; /* 0 for positive, 1 for negative */ short flt_exp; /* between -16384 and 16384 */ struct flt_mantissa flt_mantissa; /* normalized, in [1,2). */ -- 2.34.1