summaryrefslogtreecommitdiff
path: root/games/gturing/patches/patch-ab
blob: 193e4c800e9c86ba954d63f48cdd0cb2f9cdd943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2006/02/24 01:56:35 minskim Exp $

--- src/turing.h.orig	2002-06-19 08:11:54.000000000 -0700
+++ src/turing.h
@@ -56,9 +56,6 @@ typedef struct
 }
 turing;
 
-extern gchar states_fname[1024];
-extern gchar tape_string[1024];
-
 extern turing *turing_new(void);
 extern gchar *turing_states_to_string(turing_state *state);
 extern gint turing_fread_states(turing *machine, gchar *filename);