$NetBSD: patch-ae,v 1.1.1.1 2007/07/25 00:11:10 rillig Exp $

--- evaluate.c.orig	1997-07-27 17:15:12.000000000 +0200
+++ evaluate.c	2007-07-25 02:01:38.000000000 +0200
@@ -73,7 +73,8 @@ void show_square_used(struct board *boar
 
 void test_conditions(char **matrix,struct board *board)
 	{
-	short x,y,z,n1,n2,x1,y1;
+	int x,y;
+	short z,n1,n2,x1,y1;
 
 	printf("Enter rule 1 number : ");
 	scanf("%d %d",&x,&y);
