summaryrefslogtreecommitdiff
path: root/lang/lafontaine/files/patch-mc.c
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-15 18:18:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-15 18:18:05 +0000
commitb628526bfe7db819c11066659eb3f28dbb78a646 (patch)
tree62eef88fe114f0b87ecb65842eba8b95f7b6f8b3 /lang/lafontaine/files/patch-mc.c
parentUpdate to im-ja 1.2. (diff)
Fix build with gcc 3.4
Diffstat (limited to '')
-rw-r--r--lang/lafontaine/files/patch-mc.c10
1 files changed, 10 insertions, 0 deletions
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.<br>