summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 8e496c8267..37277e4f11 100644
--- a/pp.c
+++ b/pp.c
@@ -2472,7 +2472,7 @@ PP(pp_i_modulo_0)
}
}
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && IVSIZE == 8
STATIC
PP(pp_i_modulo_1)
{