aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/chomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/chomp.c')
-rw-r--r--test/c/chomp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/c/chomp.c b/test/c/chomp.c
index 728e7a01..71931b3d 100644
--- a/test/c/chomp.c
+++ b/test/c/chomp.c
@@ -338,8 +338,13 @@ int main(void)
struct _play *tree;
+#ifdef __KVX__
+ ncol = 4;
+ nrow = 4;
+#else
ncol = 7;
nrow = 7;
+#endif
tree = make_play(1); /* create entire tree structure, not just the */
player = 0; /* needed part for first move */
current = make_data(nrow,ncol); /* start play at full board */