From b628526bfe7db819c11066659eb3f28dbb78a646 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 15 Aug 2004 18:18:05 +0000 Subject: Fix build with gcc 3.4 --- lang/lafontaine/files/patch-mc.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/lafontaine/files/patch-mc.c (limited to 'lang/lafontaine/files/patch-mc.c') diff --git a/lang/lafontaine/files/patch-mc.c b/lang/lafontaine/files/patch-mc.c new file mode 100644 index 000000000000..89863a045ea7 --- /dev/null +++ b/lang/lafontaine/files/patch-mc.c @@ -0,0 +1,10 @@ +--- src/mc.c.orig Sun Aug 15 20:00:39 2004 ++++ src/mc.c Sun Aug 15 20:01:11 2004 +@@ -36,6 +36,7 @@ + /*>>> here is the declaration of the turtle */ + struct s_turtle my_turtle; + ++void mc_free(void); + + /** + Freeing and reinitializing all middle-code informations.
-- cgit v1.2.3