1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/gturing/files/patch-src_turing.h
Martin Wilke 3888e194dc - Fix build with gcc 4.2
Approved by:	portmgr (pav)
2007-11-06 23:57:30 +00:00

13 lines
375 B
C

--- src/turing.h.orig 2007-11-06 11:32:13.000000000 +0100
+++ src/turing.h 2007-11-06 11:32:35.000000000 +0100
@@ -56,9 +56,6 @@
}
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);