From d6e283961cebba8132087122a3473fc4e56aeec0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 20 Mar 1994 06:28:18 -0500 Subject: [PATCH] (CHECK_FLOAT_VALUE): Add missing continuation character. From-SVN: r6830 --- gcc/config/vax/vax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index fce5b69e92d..2bb8540e639 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -912,7 +912,7 @@ gen_rtx (PLUS, Pmode, frame, gen_rtx (CONST_INT, VOIDmode, 12)) /* note that it is very hard to accidentally create a number that fits in a double but not in a float, since their ranges are almost the same */ -#define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) +#define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \ ((OVERFLOW) = check_float_value (MODE, &D, OVERFLOW)) /* For future reference: -- 2.30.2