aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/integr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/integr.c')
-rw-r--r--test/c/integr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/integr.c b/test/c/integr.c
index cd0521f5..edd87def 100644
--- a/test/c/integr.c
+++ b/test/c/integr.c
@@ -25,7 +25,7 @@ double test(int n)
int main(int argc, char ** argv)
{
int n; double r;
-#ifdef __K1C__
+#ifdef __KVX__
if (argc >= 2) n = atoi(argv[1]); else n = 100000;
#else
if (argc >= 2) n = atoi(argv[1]); else n = 10000000;