Use #ifdef TARGET_EDOM, not #if.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 16 May 1994 20:18:54 +0000 (16:18 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 16 May 1994 20:18:54 +0000 (16:18 -0400)
From-SVN: r7307

gcc/expr.c

index f6317ee267de5b693ef459077191fafd1b675ab4..9910a5a59c73de13032683023790a210a988bf6e 100644 (file)
@@ -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;