Use #ifdef TARGET_EDOM, not #if.

From-SVN: r7307
This commit is contained in:
Richard Kenner 1994-05-16 16:18:54 -04:00
parent 930b4e398e
commit 4ac0968744
1 changed files with 1 additions and 1 deletions

View 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;