5a6af97f8e
build with gcc-4.
14 lines
413 B
Text
14 lines
413 B
Text
$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);
|