From 4ac0968744362763aa58b43608edb0c7997cb35b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 16 May 1994 16:18:54 -0400 Subject: [PATCH] Use #ifdef TARGET_EDOM, not #if. From-SVN: r7307 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index f6317ee267d..9910a5a59c7 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -6805,7 +6805,7 @@ expand_builtin (exp, target, subtarget, mode, ignore) emit_cmp_insn (target, target, EQ, 0, GET_MODE (target), 0, 0); emit_jump_insn (gen_beq (lab1)); -#if TARGET_EDOM +#ifdef TARGET_EDOM { #ifdef GEN_ERRNO_RTX rtx errno_rtx = GEN_ERRNO_RTX; -- 2.30.2